I am trying to work with Jupyter notebook on Windows 10 (64-bit). I downloaded Anaconda3 5.0.1. Now I should be able to open the jupyter notebook from the command prompt by typing jupyter notebook. However I get the following error:
The only way I am able to open jupyter notebook is from the Anaconda navigator. However, I would like to change the directory from which the notebook opens and none of the solutions here How to change the Jupyter start-up folder work if I cannot open jupyther from the command prompt. I have already tried uninstalling and reinstalling anaconda, but that did not change anything.
pip jupyter
to install jupyter. Now pip commands work in cmd,python --version
works in cmd, butjupyter-notebook
doesn't work. Same error as in question.pip list
shows all jupyter modules already installed. And reinstalling python or jupyter doesn't solve the issue. PATH is already configured during python installation by checking that checkbox. And in the system env python installation path is already mentioned. What should I do now? – Warranty