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

bundles / IPython 9.5.0 / IPython / core / magics / script / ScriptMagics

MetaHasTraits

IPython.core.magics.script:ScriptMagics

source: /IPython/core/magics/script.py :75

Signature

def   ScriptMagics ( shell = None )

Members

Summary

Magics for talking to scripts

Extended Summary

This defines a base %%script cell magic for running a cell with a program in a subprocess, and registers a few top-level magics that call %%script with common interpreters.

Aliases

  • IPython.core.magics.ScriptMagics