top | item 29908932

(no title)

bulibuta | 4 years ago

Thank you very much for your efforts! I haven't seen this mentioned in the release notes, but does this fix the remaining automatic module reload issues? Do I still have to restart IPython whenever I modify a module?

discuss

order

carreau|4 years ago

There is the %autoreload magic but it is limited, it will often fail to reload compiled modules like numpy. So there is not a single answer, sometime it works, other times it does not.

bulibuta|4 years ago

Exactly! So I end up always restarting to be sure that I don't waste time chasing already-fixed-bugs.