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 / UserMagics

MetaHasTraits

IPython.core.magics:UserMagics

source: /IPython/core/magics/__init__.py :35

Signature

def   UserMagics ( shell = None ** kwargs )

Summary

Placeholder for user-defined magics to be added at runtime.

Extended Summary

All magics are eventually merged into a single namespace at runtime, but we use this class to isolate the magics defined dynamically by the user into their own class.

Aliases

  • IPython.core.magics.UserMagics