ipython - Unable to set up Jupyter Notebook -


i having couple problems setting jupyter notebook. have been on documentation many times , still haven't gotten working. running anaconda on windows 7 (and 10 on other computer - having same problem) workstation. unable open jupyter notebooks easily. have tried following in cmd prompt: "ipython notebook", "jupyter notebook", "jupyter-notebook", "ipython", , "jupyter" , "'xxxxxx' not recognized internal or external command". can cd c:\anaconda3\scripts , run jupyter notebook , works. there 2 problems this: first, it's band-aid not covers underlying problem , second opens c:\anaconda3\scripts , can't navigate .ipynb files are. don't have ipython notebook launcher icon change directory per follow instructions:

• copy ipython notebook launcher menu desktop. • right click on new launcher , change “start in” field pasting full path of folder contain notebooks.

i have spyder install , appears working perfectly.

in c:\anaconda3\scripts folder, see expect: ipython.exe, jupyter.exe, jupyter-notebook.exe, , lot more. path variables contain i've seen suggested online: c:\anaconda3;c:\anaconda3\scripts;c:\anaconda3\library\bin these added automatically installation don't think there's typo.

any thoughts have appreciated. thank you!

i needed restart computer. fixed everything.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -