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.