[Tutor] Ipython and refreshing changed modules

Thorsten Kampe thorsten at thorstenkampe.de
Mon Jun 11 15:07:38 CEST 2007


* Alan Gauld (Mon, 11 Jun 2007 13:27:41 +0100)
> "Andy Cheesman" <Andy.cheesman at bristol.ac.uk> wrote
> 
> > I've written. After a code modification, is there an easy, quick way 
> > to
> > refresh changed modules?
> 
> Look at the reload() function.

...and the deep reload option (which is the primary functional 
enhancement to the standard Python console)...

(Of course that's all pretty much documented in IPython's docs)



More information about the Tutor mailing list