[IPython-dev] Reloading compiled modules in a notebook

Tiago Antao tra at popgen.net
Wed Mar 19 07:26:07 EDT 2014


On Wed, 19 Mar 2014 12:16:45 +0100
Austin Bingham <austin.bingham at gmail.com> wrote:

> Ah, it appears you're right. I should have checked this first. Thanks
> for helping me sort this out.


I think Python 3 allows you to reload modules:

http://docs.python.org/3/library/imp.html#imp.reload

and, since 3.4

http://docs.python.org/3/library/importlib.html#importlib.reload

Of course 2 might be a completely different affair...

Tiago



More information about the IPython-dev mailing list