Thursday, November 29, 2012

Autoreload


Executing this on ipython forces ipython to reload functions each time it executes them, really usefull if you are testing and modifying at the same time!

%load_ext autoreload
%autoreload 2

No comments:

Post a Comment