Manage Jupyter notebook servers

Last modified: 01 August 2022

In IntelliJ IDEA, you can execute code cells using:

  • 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.

You can execute your notebook code cells on a specific Jupyter servers.