Issue
When I try to run Jupiter notebook form the command line I get the following error:
"Jupyter command jupyter-notebook
not found."
I have Anaconda installed and can do this from the navigator no problem.
Solution
The docs can help: https://docs.jupyter.org/en/latest/running.html
On the command prompt run:
jupyter notebook
(w/o dash)
Answered By - Peter
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.