Reputation: 537
I'm running ipython
in Linux terminal. Every time I change my source file I need to restart it; otherwise it uses the old version. I have seen this but it doesn't offer a firm answer. I was wondering if there is anything I could do?
Upvotes: 0
Views: 32
Reputation:
Please see if this helps. We can use autoreload
in IPython to make it reload files before executing any new lines.
Upvotes: 1