{ } Raw JSON

bundles / IPython 9.13.0 / IPython / extensions / storemagic

module

IPython.extensions.storemagic

source: /IPython/extensions/storemagic.py :0

Members

Summary

%store magic for lightweight persistence.

Extended Summary

Stores variables, aliases and macros in IPython's database.

To automatically restore stored variables at startup, add this to your ipython_config.py file

c.StoreMagics.autorestore = True

Additional content

%store magic for lightweight persistence.

Stores variables, aliases and macros in IPython's database.

To automatically restore stored variables at startup, add this to your ipython_config.py file

c.StoreMagics.autorestore = True

Aliases

  • IPython.extensions.storemagic