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

Manage Jupyter notebook servers

Last modified: 24 November 2022

Available only in PyCharm Professional: download to try or compare editions

In PyCharm, you can execute code cells using:

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

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