How to stop interactive console running

已回答

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?

4

Hi Taylor! Could you please disable "Show command line afterwards" options in the run configuration? Has it helped? Also please vote for PY-27091.

6
Avatar
Permanently deleted user

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.

1
Avatar
Permanently deleted user
  • In Windows: 
  • Go to Run> Edit Configuration
  • Find the program 
  • On the right deselect Run With Python Console
  • Click OK
3

请先登录再写评论。