0

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?

Mojtaba Komeili
  • 497
  • 1
  • 5
  • 12

1 Answers1

1

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