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

Manage Jupyter notebook servers

Last modified: 11 February 2024

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

When you launch any managed server, by default it uses the current Python Python SDK and the automatically selected port. However, you can select any other Python SDK available in your IntelliJ IDEA instance and specify an alternative port. You can also connect to any configured server if you know its URL and token.