diff --git a/IPython/Extensions/pspersistence.py b/IPython/Extensions/pspersistence.py index 199fbe8..9013a31 100644 --- a/IPython/Extensions/pspersistence.py +++ b/IPython/Extensions/pspersistence.py @@ -78,6 +78,8 @@ def magic_store(self, parameter_s=''): Note also that the variables will need to be pickleable; most basic python types can be safely %stored. + + Also aliases can be %store'd across sessions. """ opts,argsl = self.parse_options(parameter_s,'drz',mode='string') diff --git a/IPython/Magic.py b/IPython/Magic.py index d7bf19c..4e84f3b 100644 --- a/IPython/Magic.py +++ b/IPython/Magic.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Magic functions for InteractiveShell. -$Id: Magic.py 1961 2006-12-05 21:02:40Z vivainio $""" +$Id: Magic.py 1962 2006-12-05 21:08:50Z vivainio $""" #***************************************************************************** # Copyright (C) 2001 Janko Hauser and @@ -2538,7 +2538,8 @@ Defaulting color scheme to 'NoColor'""" This command automatically maintains an internal list of directories you visit during your IPython session, in the variable _dh. The - command %dhist shows this history nicely formatted. + command %dhist shows this history nicely formatted. You can also + do 'cd -' to see directory history conveniently. Usage: @@ -2551,6 +2552,7 @@ Defaulting color scheme to 'NoColor'""" cd -b : jump to a bookmark set by %bookmark (note: cd is enough if there is no directory , but a bookmark with the name exists.) + 'cd -b ' allows you to tab-complete bookmark names. Options: