How to stop interactive console running
Answered
Since one of the latest updates whenever I run some plotting code I get the message 'Backend Qt4Agg is interactive backend. Turning interactive mode on.'.
This runs a PyDev console and starts up iPython which is breaking things - how do I stop it?
Please sign in to leave a comment.
Hi Taylor! Could you please disable "Show command line afterwards" options in the run configuration? Has it helped? Also please vote for PY-27091.
Hi Pavel, that seems to have solved it - thanks!
Changing the configuration under 'Defaults' seems to fix it everywhere too for anyone else having this issue.
Thanks