0

I install Python and Jupyter but when I launch Jupyter notebook from cmd with H:\>jupyter notebook I get the error that 'jupyter' is not recognized as an internal or external command, operable program or batch file.

I check to see if Python and Jupyter are installed properly and it looks like they are:

enter image description here

What should I check or fix to make it work? If it's relevant, I also have Anaconda installed in this computer, but I don't use it because I can't update it myself (workplace computer) and the installed version is pretty old.

NonSleeper
  • 849
  • 1
  • 6
  • 17

1 Answers1

0

Try running jupyter notebook from the Anaconda shell. Otherwise, python -m jupyter notebook may work.

cherrywoods
  • 1,284
  • 1
  • 7
  • 18