demo
demo

Reputation: 441

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. 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. 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

Upvotes: 1

Views: 626

Answers (1)

koha
koha

Reputation: 88

You should check the version of Notebook on Anaconda Navigator. If it's 5.7.6 then you should downgrade the notebook's version to 5.7.4 by using the Anaconda Navigator.

Upvotes: 3

Related Questions