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

Scientific mode

Last modified: 10 August 2022

Scientific mode in Python plugin 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. IntelliJ IDEA shows the banner that suggests you to enable the Scientific mode:

    Enable the scientific view

    Click the Use scientific mode link on the banner.