I had the same issue. Just open the terminal and pip install jupyter

Answer from Richmond Yeboah on Stack Overflow
🌐
JetBrains
youtrack.jetbrains.com › issue › PY-50486 › Managed-Jupyter-Server-fails-to-start-in-20212
Managed Jupyter Server fails to start in 2021.2 : PY-50486
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
Discussions

ModuleNotFoundError: No module named notebook.notebookapp
After months I'm trying to start a Jupyter Notebook inside a Poetry environments using PyCharm but I see this error: Jupyter server process exited with code 1 Traceback (most recent call last): Fil... More on github.com
🌐 github.com
2
March 9, 2023
Jupyter server fails to start pycharm
I have installed PyCharm Professional and I want to run Jupyter notebook in it, but whenever I try to run a cell, a message appears saying Jupyter server stopped with this message error: Jupyter se... More on github.com
🌐 github.com
1
December 12, 2019
ModuleNotFoundError: No module named notebook.notebookapp
After months I’m trying to start a Jupyter Notebook inside a Poetry environments using PyCharm but I see this error: Jupyter server process exited with code 1 Traceback (most recent call last): File “/home/max/.cache/pypoetry/virtualenvs/env_name/bin/jupyter-notebook”, line 5, in from ... More on discourse.jupyter.org
🌐 discourse.jupyter.org
2
1
March 12, 2023
Failed to start Jupyter in the environment
Environment data VS Code version: 1.64.2 (Universal) Jupyter Extension version (available under the Extensions sidebar): v2022.1.1001821375 Python Extension version (available under the Extensions ... More on github.com
🌐 github.com
29
February 11, 2022
🌐
Reddit
reddit.com › r/pycharm › help with jupyter notebook and pycharm pro
r/pycharm on Reddit: Help with Jupyter Notebook and Pycharm Pro
November 5, 2022 - I have a problem when I try to run a cell in a Jupyter Notebook file with Pycharm, I ensured that I can run .py files and everything is alright, but the problem is only with Jupyter files. Someone can help me with this error? I have Anaconda installed, and I'm using Anaconda Python to run the code, I don't have Python raw and all my packages are updated. ... Jupyter server process exited with code 1 usage: jupyter.py [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir] [--paths] [--json] [--debug] [subcommand]
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 23558962482322-Pycharm-fails-to-start-Jupyter-server-after-attempts-to-install-the-already-installed-notebook-package
Pycharm fails to start Jupyter server after attempts to install the (already installed) "notebook" package – IDEs Support (IntelliJ Platform) | JetBrains
December 27, 2024 - I think that what happened for me is that I have checked in the “.idea” folder on one computer, that has conda environment “A”, then cloned the repo on another, which has conda environment “B”, and pycharm is quitely erring out on trying to call the python interpreter from environment “A” which is not there. the way to discover this is to look at what python interpreter is configured for the project you have just opened, for me it showed “<null> non-zero exit code” · Having said that, it's a bit poor that such an error is silenced rather than shown in some pop-up baloon along with the “notebook is being installed…” ... I had the same problem, but with uv as my package manager. This occured in only one of my projects, with another with identical settings working fine. I solved this problem by manually installing jupyter + dependencies and then notebook
🌐
GitHub
github.com › jupyter › notebook › issues › 6765
ModuleNotFoundError: No module named notebook.notebookapp · Issue #6765 · jupyter/notebook
March 9, 2023 - After months I'm trying to start a Jupyter Notebook inside a Poetry environments using PyCharm but I see this error: Jupyter server process exited with code 1 Traceback (most recent call last): File "/home/max/.cache/pypoetry/virtualenvs/env_name/bin/jupyter-notebook", line 5, in from notebook.notebookapp import main ModuleNotFoundError: No module named 'notebook.notebookapp'
Author   MaxDragonheart
🌐
GitHub
github.com › jupyter › notebook › issues › 5116
Jupyter server fails to start pycharm · Issue #5116 · jupyter/notebook
December 12, 2019 - I have installed PyCharm Professional and I want to run Jupyter notebook in it, but whenever I try to run a cell, a message appears saying Jupyter server stopped with this message error: Jupyter server process finishedTraceback (most recent call last): File "C:\ProgramData\Miniconda3\envs\untitled\Scripts\jupyter-notebook-script.py", line 6, in from notebook.notebookapp import main File "C:\ProgramData\Miniconda3\envs\untitled\lib\site-packages\notebook\notebookapp.py", line 49, in from zmq.eventloop import ioloop File "C:\ProgramData\Miniconda3\envs\untitled\lib\site-packages\zmq_init_.py", l
Author   pacoab
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 360009610980-Jupyter-Notebook-not-Working-in-Pycharm
Jupyter Notebook not Working in Pycharm – IDEs Support (IntelliJ Platform) | JetBrains
Process finished with exit code 1 · ``` The German text next to the ImportError says that the Module was not found. Even so, the Jupyter toolbar interpreter drop down menu now shows the project default interpreter, but when I try to execute a cell I get the following warning text: 9 comments · Sort by Date Votes · Kaiogiurizatto · Created August 26, 2020 06:47 · PS: If I access the Jupyter Server that I started in PyCharm in the browser, then everything works fine.
🌐
JetBrains
youtrack.jetbrains.com › issue › PY-63209
Jupyter server process exited with code 1 Traceback (most ...
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
Find elsewhere
🌐
Jupyter Community Forum
discourse.jupyter.org › notebook
ModuleNotFoundError: No module named notebook.notebookapp - Notebook - Jupyter Community Forum
March 12, 2023 - After months I’m trying to start a Jupyter Notebook inside a Poetry environments using PyCharm but I see this error: Jupyter server process exited with code 1 Traceback (most recent call last): File “/home/max/.cache/p…
🌐
pythontutorials
pythontutorials.net › blog › jupyter-notebook-does-not-run-in-pycharm
How to Fix 'Jupyter Server Process Exited with Code 1' Error When Running Jupyter Notebook in PyCharm — pythontutorials.net
Corrupted Jupyter installations are a frequent cause of "Exit Code 1". Reinstalling the core packages often resolves this. ... Open the PyCharm terminal (View > Tool Windows > Terminal).
🌐
JetBrains
youtrack.jetbrains.com › issue › PY-62733 › Run-Error-Jupyter-server-process-exited-with-code-1
Run Error: Jupyter server process exited with code 1
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
JetBrains
youtrack.jetbrains.com › issue › DS-3517
PyCharm unable to launch Jupyter Notebook Server : DS-3517
June 10, 2022 - {{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 360004323219-How-to-configure-server-for-jupyter-in-pycharm
How to configure server for jupyter in pycharm – IDEs Support (IntelliJ Platform) | JetBrains
If yes, configure another project interpreter in PyCharm and try again. ... Thanks for getting back to me I tried using the Python3 and Anaconda(conda) as interpreter, however I am unable to find the localhost that needs to configured to.
🌐
JetBrains
youtrack.jetbrains.com › issue › PY-70416
Jupyter notebook fails to execute on Pycharm professional ...
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 360003762499-Managed-Jupyter-Server-fails-to-start-in-PyCharm-2019-1
Managed Jupyter Server fails to start in PyCharm 2019.1 – IDEs Support (IntelliJ Platform) | JetBrains
May 27, 2019 - A reinstall did not help. The only solution I found for now is to manually start a Jupyter notebook and set the appropriate URL with token in PyCharm's Jupyter server configuration.
🌐
JetBrains
youtrack.jetbrains.com › issue › PY-49827 › Jupyter-server-process-exited-with-code-null-null-when-no-interpreter-is-selected
Jupyter server process exited with code null
August 25, 2020 - {{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
JetBrains
youtrack.jetbrains.com › issue › PY-47910 › PyCharm-cant-connect-to-Jupyter-server
PyCharm can't connect to Jupyter server : PY-47910
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
HatchJS
hatchjs.com › home › pycharm jupyter server process exited with code 1: how to fix
PyCharm Jupyter Server Process Exited with Code 1: How to Fix
January 5, 2024 - PyCharm Jupyter Server Process ... how to fix the PyCharm Jupyter Server process exited with code 1 error: 1. Check your Python version....
🌐
JetBrains
youtrack.jetbrains.com › issue › PY-39973
Jupyter managed server doesn't start: No module named ' ...
{{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
GitHub
github.com › microsoft › vscode-jupyter › issues › 8995
Failed to start Jupyter in the environment · Issue #8995 · microsoft/vscode-jupyter
February 11, 2022 - Error 22:02:33: failed to create INotebook in kernel, UI Disabled = false [i [Error]: Jupyter server crashed. Unable to connect. Error code from jupyter: 1 usage: jupyter.py [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir] [--paths] [--json] [--debug] [subcommand] ... optional arguments: -h, --help show this help message and exit --version show the versions of core jupyter packages and exit --config-dir show Jupyter config dir --data-dir show Jupyter data dir --runtime-dir show Jupyter runtime dir --paths show all Jupyter paths.
Author   EricCHChang