Closed codinhill closed 5 years ago
Did you perhaps install with pip install --user notebook
? If so, the executable will be in ~/.local/bin
which isn't on your $PATH. Try locate jupyter-notebook
to find where the jupyter notebook executable is and make sure it's on your $PATH.
Yes! That was it. Thanks a bunch.
When trying to run jupyter notebook I get the following message
After looking for help concerning this error message I found that most answers suggest either adding some folder to path environment or running some install script. I've tried both. Yesterday I got it working however today it doesn't work again. So to try and figure out what I did right yesterday I will post my issue here. The following is information I got by executing jupyter-troubleshoot: