I cannot get jupyter running from my Command line using:
jupyter notebook
jupyter is not recognised as an internal or external co
Go to Anaconda Command Prompt and type jupyter notebook and wait for 30 seconds. You can see that your local host site will automatically open.
To add Jupyter as the windows CLI Command.
You need to add the "C:\Users\user\AppData\Roaming\Python\Python38\Scripts" into your environment path. This was to solve for me.