Module: core.magics

Implementation of all the magic functions built into IPython.

1 Class

class IPython.core.magics.UserMagics(*args: t.Any, **kwargs: t.Any)

Bases: Magics

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

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.