After installing with pip install jupyter
, terminal still cannot find jupyter notebook
.
Ubuntu simply says command not found
Now in the year of 2020.
fix this issue by my side with mac:
pip install jupyterlab
instead pip install jupyter
.
there will be an warning before successfully installed keywords:
enter image description here
you can see the path with jupyterlab then you just need to start jupyter notebook by following in path:
jupyter-lab
notebook will automatic loaded by your default browser.