Reputation: 11
I am very new to this and seem to always have issues with python and running things from the the command line. I have been following these instructions:
https://jupyter.readthedocs.io/en/latest/running.html#starting-the-notebook-server
When I get to the step where I am to type "jupyter notebook" in the command line nothing happens.
Upvotes: 0
Views: 3852
Reputation: 92
Did you check localhost:8888
in your browser?
If that does not work, then in your anaconda command prompt, try conda install jupyter notebook
to make sure that it is installed correctly
Upvotes: 1