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

Scientific mode

Last modified: 07 September 2023

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

  • Go to View | Scientific mode.

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

    Enable the scientific view

    Click the Use scientific mode link on the banner.