I can have already gone through the following questions:
Jupyter notebook command does not work on Mac
After installing with pip, "jupyter: command not found"
None of them helped me. I have installed jupyter
and notebook
through pip.
The error I get is:
➜ ~ jupyter notebook
zsh: permission denied: jupyter
So, when I sudo it:
➜ ~ sudo jupyter notebook
Password:
sudo: jupyter: command not found