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
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