PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Scientific mode

Last modified: 07 September 2023

Scientific mode in PyCharm provides support for interactive scientific computing and data visualization.

To enable the Scientific mode use one of the following ways

  • Go to View | Scientific mode.

  • In your code, add an import statement for numpy. PyCharm shows the banner that suggests that you enable the Scientific mode:

    Enable the scientific view

    Click the Use scientific mode link on the banner.