简体   繁体   中英

Can´t make jupyter notebook work in Anaconda

On my windows PC, i have Anaconda installed, but today i could not open Jupyter Notebook correctly. When i use these commands to set up an enviornment, i can open the Jupyter notebook.

conda activate [name_of_the_environment]

jupyter notebook

The error occurs when internet explorer opens the Jupyter notebook, because i can't access to my ipynb files or any other. The page just stays like this (in blanc, like it does not end loading):

Internet explorer general site

Trying to open a file

I am not having any connection problems and this happens regardless of the file size. I also tried updating Anaconda, but it didn´t work.

conda is usually for mac users and for windows pip install -U jupyter try it.

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