I cannot get jupyter running from my Command line using:
jupyter notebook
jupyter is not recognised as an internal or external command, operable program or batch file'
But I can get it running from pycharm (slick but with issues). When I take the kernel's IP and Port from pycharm and paste it into my browser I can get it running from there.
I cannot use anaconda because of Arcpy, and I have dug around the jupyter files for some hints.
I'm assuming I need to add something to my path?
To launch Jupyter Notebook App: Click on spotlight, type terminal to open a terminal window. Enter the startup folder by typing cd /some_folder_name . Type jupyter notebook to launch the Jupyter Notebook App The notebook interface will appear in a new browser window or tab.
Jupyter fails to start If you're using a menu shortcut or Anaconda launcher to start it, try opening a terminal or command prompt and running the command jupyter notebook . If it can't find jupyter , you may need to configure your PATH environment variable.
Open cmd and type:
where jupyter The output should be a link to Jupyter. If where jupyter doesn't give a link that means the PATH doesn't contain its location.
Add the link of Jupyter to PATH & it would work.
Also if you have ipython & have upgraded, try ipython notebook on cmd.
Refer: Running the Jupyter Notebook
Try to open it using the Anaconda Prompt. Just type jupyter notebook and press Enter.
Anaconda Prompt has existed for a long time and is the correct way of using Anaconda. May be you have a broken installation somehow.
Try this, if the above doesn't work-
In the Command Prompt type,
pip3 install jupyterif you're using Python3Else, if you are using Python2.7 then type
pip install jupyter.
...Some installation should happen...
Now retry typing
jupyter notebookin the CMD, it should work now.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With