Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Juypter notebook shows blank page

I upgraded conda packages using:

Conda upgrade —all

After that Juypter Notebook shows blank screen in Google Chrome.

  1. I did system restore.

  2. Updated Anaconda.

  3. I removed Jupyter Notebook and reinstalled it.

  4. Updated Google Chrome.

  5. Cleared browsing history and cookies.

But nothing worked. Any suggestions to solve this issue?

like image 699
Paulo Avatar asked Sep 07 '25 13:09

Paulo


1 Answers

I was getting the blank page with the URL http://localhost:8888/tree .. when I changed it to 127.0.0.1:8888/tree it shows me the usual home page.

like image 154
Rodrigo Benito Avatar answered Sep 10 '25 13:09

Rodrigo Benito