{ } Raw JSON

bundles / IPython 9.13.0 / IPython / core / magics / UserMagics

MetaHasTraits

IPython.core.magics:UserMagics

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

Signature

def   UserMagics ( shell : InteractiveShell | None = None ** kwargs : Any )  →  None

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