[IPython-dev] Reloading compiled modules in a notebook

Paul Moore p.f.moore at gmail.com
Wed Mar 19 06:28:34 EDT 2014


On 19 March 2014 10:01, Austin Bingham <austin.bingham at gmail.com> wrote:
> So, is this something I should expect to be able to do? And if so,
> does anyone have any ideas on what else I should try?

I don't believe CPython has the ability to reload an extension module
into a running interpreter (i.e., it's not an IPython limitation, but
a Python one). I think you'd need to restart your kernel to load a new
version of an extension.

Paul



More information about the IPython-dev mailing list