Python Spyder choose where and when to show plots

徘徊边缘 提交于 2019-12-02 11:50:02

You can run your script in a new python console every time you run it.
For that press F6 or go to Run/Configure... and select "Execute in a new dedicated Python console.

Since this python console will not be an IPython console, there is no need to perform any other settings. The plot should show up in a window upon plt.show().

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!