IPython Documentation

Previous topic

rmagic

Next topic

sympyprinting

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (0.13.2).

storemagicΒΆ

%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.StoreMagic.autorestore = True