[IPython-dev] Using Ipython cache as file proxy
Gael Varoquaux
gael.varoquaux at normalesup.org
Thu Oct 21 18:21:39 EDT 2010
On Thu, Oct 21, 2010 at 05:16:26PM -0500, Gökhan Sever wrote:
> > I might have a solution for you. This is based on %run's "-i" parameter, which retains the environment, similar to execfile().
In similar setting, I try to structure the corresponding part of my code
as functions with no side effects, and use joblib:
http://packages.python.org/joblib/
One big pro, is that is persists accross sessions (I get crashes, as I
tend to do nasty things with C extensions and the memory).
Gaël
More information about the IPython-dev
mailing list