bundles / IPython 9.12.0 / IPython / core / magics / UserMagics
MetaHasTraits
IPython.core.magics:UserMagics
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