简体   繁体   中英

Error While Launching jupyter Notebook

I am using Python 3.4 version and when I am trying to open the jupyter Notebook the explorer does open but it displays a link in the explorer like this and after that nothing happens.I am not able to view anything in the explorer 资源管理器打开时我看到的内容

http://localhost:8823/tree?token=27c7f7543497392b736e1f2b74f1d6af93c2065dcbe67c61

What should I do to see the proper jupyter notebook? thanks in advance

You can just retype the url to

http://localhost:8823

If it still show nothing, try to run it on another non empty directory

jupyter notebook --notebook-dir="C:\another directory"

I typed jupyter notebook list on the annaconda prompt , it then gave me a list of all the currently running servers.

i copied one of the servers in the chrome window and it worked

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM