Python Forum
jupyter notebook - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: jupyter notebook (/thread-29899.html)



jupyter notebook - varsh - Sep-25-2020

hi,
I installed jupyter notebook through pip.
$ pip install jupyterlab
$ jupyter notebook
[C 14:25:06.690 NotebookApp] No such file or directory: /Users/apple/notebook
/// when i set the path variable to the jupyter-notebook exec , the below command runs
$jupyter-notebook
/// it starts the server but displays the following error ,
/bin/sh: osascript: command not found


Please help ! i've been stuck with this for a few hours.
Thank you.

After hours of breaking my head :
1. which python
found out that was using python instead of python3 where the actual jupyter notebook has been installed.
2. python3 -m jupyter notebook
this was the magical command that worked.