Skip to content
mikemccabe edited this page Mar 15, 2011 · 6 revisions

%run

import module

reload(module)

import ipy_autoreload
%autoreload 1
%aimport whatever

last 3 values: _, __, ___

~/.ipython/ipythonrc-tutorial
run with ipython -p tutorial

ipdb - turn on with %pdb

docs:

Clone this wiki locally