This page:
http://ipython.org/ipython-doc/stable/config/extensions/storemagic.html
includes the statement:
To automatically restore stored variables at startup, add this to your ipython_config.py file: c.StoreMagic.autorestore = True
That should be 'StoreMagics', not 'StoreMagic'.
This page:
http://ipython.org/ipython-doc/stable/config/extensions/storemagic.html
includes the statement:
To automatically restore stored variables at startup, add this to your ipython_config.py file: c.StoreMagic.autorestore = TrueThat should be 'StoreMagics', not 'StoreMagic'.