[IPython-user] disabling the In/Out cache history
Benjamin Thyreau
benjamin@decideur.i...
Fri Apr 25 07:05:35 CDT 2008
Hi,
Is there a way to disable IPython's feature that keep references to
previously-displayed data, for history purpose ?
The common case is that most huge arrays are never deleted while running in an
interactive session, even though they should have, which eventually leads to
MemoryError after some time. Those errors wouldn't occurs in normal python
interpreter, as sys.getrefcount could confirm.
Thanks
--
Benjamin
More information about the IPython-user
mailing list