[IPython-user] disabling the In/Out cache history
Ville M. Vainio
vivainio@gmail....
Fri Apr 25 07:17:02 CDT 2008
On Fri, Apr 25, 2008 at 3:05 PM, Benjamin Thyreau
<benjamin@decideur.info> wrote:
> Is there a way to disable IPython's feature that keep references to
> previously-displayed data, for history purpose ?
You can use the %clear magic command:
[c:/ipython]|28> %clear?
Docstring:
Clear various data (e.g. stored history data)
%clear out - clear output history
%clear in - clear input history
%clear shadow_compress - Compresses shadow history (to speed up ipython)
%clear shadow_nuke - permanently erase all entries in shadow history
%clear dhist - clear dir history
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-user
mailing list