简体   繁体   English

Jupyter Notebook打开一个空浏览器

[英]Jupyter Notebook opens an empty browser

Before I've installed python 3.6 and update all (conda update --all) my Jupyter Notebook just stopped to works. 在安装python 3.6并更新所有文件(conda update --all)之前,我的Jupyter Notebook刚刚停止工作。 When I launch it, just an empty browser page appears. 当我启动它时,只会显示一个空白的浏览器页面。 I tried all solutions that I found, but they don't work. 我尝试了所有找到的解决方案,但是它们不起作用。 I have deleted %USERBLABLA%, clear cache and cookies, uninstall and install it again and it still doesn't work. 我已删除%USERBLABLA%,清除了缓存和cookie,然后再次卸载并安装它仍然无法正常工作。 Browser console prints this errors: 浏览器控制台显示以下错误:

Refused to execute script from '<URL>' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled

Uncaught ReferenceError: require is not defined
at VM17 tree:24

You should check the version of Notebook on Anaconda Navigator. 您应该在Anaconda Navigator上检查Notebook的版本。 If it's 5.7.6 then you should downgrade the notebook's version to 5.7.4 by using the Anaconda Navigator. 如果是5.7.6,则应使用Anaconda Navigator将笔记本计算机的版本降级为5.7.4。

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

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