You are viewing an older version (9.12.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.12.0 / IPython / core / interactiveshell / InteractiveShell / system_piped

function

IPython.core.interactiveshell:InteractiveShell.system_piped

source: /IPython/core/interactiveshell.py :2650

Signature

def   system_piped ( self cmd )

Summary

Call the given cmd in a subprocess, piping stdout/err

Parameters

cmd : str

Command 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