Hacker News new | ask | show | jobs
by gknoy 1493 days ago
That looks amazing, thank you! I wouldn't want it in my production code but it seems like it would be great for something that I'm working on in the REPL.
2 comments

if you are using a REPL, first you should be using ipython. Second you should be running:

%load_ext autoreload %autoreload 2

now all your imports will be automatically reloaded.

So good that I have it in ipython startup scripts

There's also reloadium [0] for tight dev iteration loops

https://reloadium.io