Mojtaba Komeili
Mojtaba Komeili

Reputation: 537

IPython reloading modified module

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

Answers (1)

user6764549
user6764549

Reputation:

Please see if this helps. We can use autoreload in IPython to make it reload files before executing any new lines.

Upvotes: 1

Related Questions