After installing with pip install jupyter
, terminal still cannot find jupyter notebook
.
Ubuntu simply says command not found
. Similar with ipython
. Did pip
not get install properly or something? How does Ubuntu know where to look for executables installed with pip
?
brew
onhigh sierra
– Kyanizepython3 -m pip install --user jupyter
worked for me – Selfregardpython3 -m jupyterlab
as a quick way to get it running. – Doretha