Answers for "Exception: Jupyter command `jupyter-notebook` not found."

10

'jupyter' is not recognized as an internal or external command, operable program or batch file.

//try in command prompt
python -m notebook
Posted by: Guest on June-28-2020
0

jupyter command not found

sudo -H pip install jupyter
Posted by: Guest on July-04-2021

Code answers related to "Exception: Jupyter command `jupyter-notebook` not found."

Browse Popular Code Answers by Language