bundles / IPython latest / IPython / core / interactiveshell / InteractiveShell / system_piped
function
IPython.core.interactiveshell:InteractiveShell.system_piped
Signature
def system_piped ( self , cmd ) Summary
Call the given cmd in a subprocess, piping stdout/err
Parameters
cmd: strCommand to execute (can not end in '&', as background processes are not supported. Should not be a command that expects input other than simple text.
Aliases
-
IPython.InteractiveShell.system_piped