0

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

2

2 Answers 2

1

you can try this

pip install --user jupyter

This would install in your /home/you/.local/bin.

Hope this helps.

Sign up to request clarification or add additional context in comments.

Comments

0

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

1 Comment

i checked this link already thanks. Does not start with this command? -bash: /Users/lucakern/.local/bin/jupyter-notebook: No such file or directory

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.