Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Jupyter Notebook stopped loading following most recent update

  • 1 svar
  • 1 har dette problem
  • 6 visninger
  • Seneste svar af cor-el

more options

A Jupyter Notebook that I already had up, stopped being able load following a forced FireFox restart following an update. I closed the server and tried again. I can load the main Jupyter directory page, but when I launch the notebook, the tab opens, but the Jupyter window frame remains empty. I can open this notebook under Chrome and have switched to Chrome for now. The notebook is pretty basic and is not doing anything fancy with graphics or anything like that. The imports are:

import sys, io import math import matplotlib.pyplot as plt import numpy as np import pandas as pd from scipy.optimize import nnls from fractions import Fraction

A Jupyter Notebook that I already had up, stopped being able load following a forced FireFox restart following an update. I closed the server and tried again. I can load the main Jupyter directory page, but when I launch the notebook, the tab opens, but the Jupyter window frame remains empty. I can open this notebook under Chrome and have switched to Chrome for now. The notebook is pretty basic and is not doing anything fancy with graphics or anything like that. The imports are: import sys, io import math import matplotlib.pyplot as plt import numpy as np import pandas as pd from scipy.optimize import nnls from fractions import Fraction

Alle svar (1)

more options

This could be a problem with WebRender, so you can try to disable WebRender to see whether this has effect.

You can disable WebRender by setting this pref to true on the the about:config page.

  • gfx.webrender.force-disabled = true

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.