0

I downloaded Jupyter onto my Windows 11 laptop using the command pip install jupyter. That appeared to work OK, but when I tried starting it from the Windows command line, it didn't seem to know where to find it:

Installing collected packages: jupyter
Successfully installed jupyter-1.0.0

C:\Users\marka>jupyter notebook
'jupyter' is not recognized as an internal or external command,
operable program or batch file.

I'm assuming I have to do something with the PATH or something else; what is it? Thanks.

vvvvv
  • 25,404
  • 19
  • 49
  • 81
Mark Lavin
  • 1,002
  • 1
  • 15
  • 30
  • `pip show --files jupyter`, lookup where it's installed and add the directory to `%PATH%`. – phd Mar 03 '23 at 20:08

0 Answers0