IntelliJ IDEA
 
2025.1
Get IntelliJ IDEA

Manage Jupyter notebook servers

Last modified: 10 April 2025

In IntelliJ IDEA, you can execute code cells using the following server types:

  • Managed server – a Jupyter server that is automatically launched by IntelliJ IDEA for the current project. It will be terminated when you close IntelliJ IDEA.

  • Configured server – any Jupyter server that you connect to by specifying its URL and token. It can run on either your local or remote machines.