I installed jupyter notebook with PIP. Now when I want to start it with "jupyter notebook" it says:
-bash: jupyter: command not found
Anybody has an idea what I could do?
THANKS IN ADVANCE
I installed jupyter notebook with PIP. Now when I want to start it with "jupyter notebook" it says:
-bash: jupyter: command not found
Anybody has an idea what I could do?
THANKS IN ADVANCE
you can try this
pip install --user jupyter
This would install in your /home/you/.local/bin.
Hope this helps.
The question is answered here --> https://stackoverflow.com/a/35318514/9521629
you did not log out and log in ? It should be on your path to execute. If not, pip installed executables in .local, so in a terminal:
~/.local/bin/jupyter-notebook
should start notebook