IntelliJ IDEA
 
Get IntelliJ IDEA

Scientific mode

Last modified: 10 December 2024

To perform scientific computing and data visualization, select the Python project type in the New Project wizard.

When choosing the Python project type, you need to ensure that you have conda installed. Once this is done, all you need is to specify the project name.

Note that to work with Matplotlib, NumPy, Plotly, or pandas, you need to install these packages on your Python interpreter.