Open haungo2109 opened 5 years ago
I am facing an exact similar issue. It started with installing jupyter_nbextensions_configurator. I tried Anaconda3 2018.12 and Anaconda3 5.2.0. I have a Window 7 64 bit machine.
I have the same problem on Windows 7 x64, but not on Linux.
Google Chrome complains about this in the developer console:
refused to execute script from '\<URL>' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
I've changed the MIME type for the .js
file extension to application/javascript
and now the Jupyter notebook seems to work.
To do this run regedit and edit the HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.js
key. Change the value of Content Type
to application/javascript
. You could also import the js.reg
file from bellow:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.js]
"Content Type"="application/javascript"
Thanks this solved my problem on Windows 7 x64.
that seemed to fix the blank screen issue for me too, both jupyter and jupyterlab, on windows 10 x64, chrome canary Thx!
I found a temporary solution but I am still looking to solve the issue. When I get the blank page http://localhost:8951/tree i just type http://localhost:8951/notebooks and then I can see the dashboard. Then I get another blank page http://localhost:8951/notebooks/Untitled9.ipynb?kernel_name=python3.9 and I just retype the last part of the python version and it offers me to select my kernel: Python 3 (ipykernel). I think that some versions aren't aligned. I first downloaded python 3.10 and a pycharm community and then anaconda. But now I deleted those, leaving only anaconda and the problem persists.
Actual Behavior
(Sorry I am not good at English, I hope you can understand what i wrote)
When i did install Anaconda and add path python, jupyter into Enviroment variables, I open command prompt and type "jupyter notebook" and pess enter, it open chrome with link "http://localhost:8890/tree" and it like this image in my Drive, and I also try in Anaconda prompt, Anacoda Navigator, but it is the same result
[https://drive.google.com/open?id=1RFZ5HY3k8ZKDJhpt2d0p1K_a66CLA8fP]
Expected Behavior
and I hope I can code in jupyter notebook, it has to cell, file, edit, view,... just look like normal
Steps to Reproduce
I had uninstall Anaconda and this is the second time I install it, but it still has same result
Anaconda or Miniconda version:
Anaconda3-2018.12-Windows-x86_64
Operating System:
Windows 10 64bit, Ram 8GB, GTX 1050, Lenovo Legion y530.
conda info
conda list --show-channel-urls