Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Implementation of all the magic functions built into IPython.
Bases: IPython.core.magic.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.