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

Scientific mode

Last modified: 11 January 2023

Available only in PyCharm Professional: download to try or compare editions

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

To enable the Scientific mode use one of the following ways

  • From the main menu, select View | Scientific mode.

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

    Enable the scientific view

    Click the Use scientific mode link on the banner.