Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (0.13.2).
%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