简体   繁体   English

无法使 jupyter 笔记本在 Anaconda 中工作

[英]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.在我的 windows PC 上,我安装了 Anaconda,但今天我无法正确打开 Jupyter Notebook。 When i use these commands to set up an enviornment, i can open the Jupyter notebook.当我使用这些命令设置环境时,我可以打开 Jupyter 笔记本。

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. Internet Explorer 打开 Jupyter 笔记本时会发生错误,因为我无法访问我的 ipynb 文件或任何其他文件。 The page just stays like this (in blanc, like it does not end loading):页面保持这样(在blanc,就像它没有结束加载一样):

Internet explorer general site Internet Explorer 综合网站

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.我还尝试更新 Anaconda,但没有成功。

conda is usually for mac users and for windows pip install -U jupyter try it. conda 通常适用于 mac 用户和 windows pip install -U jupyter试试吧。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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