Hacker News new | ask | show | jobs
by turingcompeteme 2840 days ago
This is neat. If you are looking for something a bit simpler: put your code in a python package, install it, and then use %autoreload

You can now develop in your favorite editor, and changes are automatically reloaded.

More detail here: https://blog.godatadriven.com/write-less-terrible-notebook-c...

1 comments

Well, thank you! No more annoying kernel restarts, that really bugged me a long a time.