Autoreload does not work by default. You’ll need to tell IPython to enable it, I think. And then it only works for running as script. Have a look at https://github.com/pyzo/pyzo/pull/466. Let me know if this helps.
Cheers, Almar From: M00ra Sent: 25 July 2017 21:29 To: Pyzo Subject: [Pyzo] IPython autoreload (and/or reload module) not working whenrunning lines or file Hi, I'm a happy Pyzo user, I find it very useful when it comes to Python for Data Science. I just have one problem: when I run a set of code lines via select + F9 or when I right click on the editor tab and click "Run file" the autoreload IPython feature or the "normal" Python reload module do not work. I explained the problem in this Stack Overflow question: https://stackoverflow.com/questions/45301335/python-reload-and-ipython-autoreload-as-well-is-not-working (check also my answer). Why does this happen? Is it a bug or is it supposed to work this way? Thanks! -- You received this message because you are subscribed to the Google Groups "Pyzo" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Pyzo" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
