I installed jupyter using pip on my macbook air. Upon trying to execute the command jupyter notebook
, I get an error
jupyter: 'notebook' is not a Jupyter command
I used the --h option to get a listing of all jupyter commands and indeed, 'notebook' is not one of the commands. I am running python 2.7 and it was already installed before I installed jupyter.
I searched on google and I see a similar problem some people have faced with the latest version of jupyter but I don't see any solutions. Can somebody point me in the right direction?
which -a pip
: /usr/local/bin/pip
which -a jupyter
: /usr/local/bin/jupyter
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…