I cannot get jupyter running from my Command line using:
jupyter notebook
jupyter is not recognised as an internal or external co
This is an old question, but try using python -m notebook This was the only way I was able to get jupyter to start after installing it on the windows 10 command line using pip. I didn't try touching the path.
python -m notebook