Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm how to remove SciView

Tags:

pycharm

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

like image 698
Nam G VU Avatar asked Jan 22 '18 14:01

Nam G VU


People also ask

How do I close scientific mode in PyCharm?

To do that, disable the Show plots in tool window checkbox in Settings/Preferences | Tools | Python Scientific.

Does matplotlib work in PyCharm?

Professional feature: download PyCharm Professional to try. In this tutorial, you operate in Scientific Mode and use Matplotlib and NumPy packages to run and debug a Python code with data visualization.

What is PyCharm used for in Python?

PyCharm is a dedicated Python Integrated Development Environment (IDE) providing a wide range of essential tools for Python developers, tightly integrated to create a convenient environment for productive Python, web, and data science development.


1 Answers

  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".

like image 158
Melvin Avatar answered Oct 13 '22 08:10

Melvin