. Advertisement .
..3..
. Advertisement .
..4..
I get the “jupyter’ is not recognized as an internal or external command, operable program or batch file.” issue when trying to run the command (in command prompt) to start a notebook. Here is the detail of the error I got the error message:
'jupyter' is not recognized as an internal or external command
'python' is not recognized as an internal or external command
Please give me some advice to solve this problem.
The cause: The primary cause of the “jupyter’ is not recognized as an internal or external command, operable program or batch file” in Windows environment variables is because the program’s path is missing or incorrect.
Solution: To solve the problem, you should run
conda install ipykernel.
And then, you typejupyter notebook
in that system, a jupyter notebook window will appear.Yes, this is the same problem I encountered during the installation Jupyter Notebook. This is a problem I have solved. It may also work for you, I hope.
pip install notebook
.**
jupyter notebook
**
– it always shows an error.python -m notebook
.Images showing Jupyter notebook
I would be honored if you find this answer useful and helpful. For other people, please use the Up Button. To enable them to get help.