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

bundles / IPython 9.5.0 / IPython / core / interactiveshell / InteractiveShell / system_raw

function

IPython.core.interactiveshell:InteractiveShell.system_raw

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

Signature

def   system_raw ( self cmd )

Summary

Call the given cmd in a subprocess using os.system on Windows or subprocess.call using the system shell on other platforms.

Parameters

cmd : str

Command to execute.

Aliases

  • IPython.InteractiveShell.system_raw