[IPython-User] iPython 1.2 not restoring aliases, history, etc.
Thomas Kluyver
takowl@gmail....
Tue Mar 20 15:42:29 CDT 2012
On 20 March 2012 20:31, Andrew Gerard <andrew@kinetifex.com> wrote:
> However after closing and starting a new session, the alias is not restored.
> Where can I go from here?
By default, you have to manually load things that you've %store'd. If
you want them to be automatically restored when you start IPython, add
this to your ipython_config.py file:
c.StoreMagic.autorestore = True
Thanks,
Thomas
More information about the IPython-User
mailing list