PyCharm how to remove SciView

2019-05-15 16:17发布

My google search and search in PyCharm plugins list results as little helpful

So I raise it here, how to remove SciView pane in PyCharm?

enter image description here

标签: pycharm
2条回答
老娘就宠你
2楼-- · 2019-05-15 16:47
  1. Under Settings => Tools => Python Scientific Uncheck the (only) box "Show plots in toolwindow". Future plots should appear "normally" and not in SciView.

  2. To remove from the side panel entirely, right click on the SciView tab, and select "Remove from Sidebar".

查看更多
混吃等死
3楼-- · 2019-05-15 16:58

You either get out of Scientific mode by unchecking it:

enter image description here

or click to close the panel on top right (->|) if you want to remove just the panel.

查看更多
登录 后发表回答