Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Learn More

Jupyter Notebook stopped loading following most recent update

  • 1 одговор
  • 1 има овај проблем
  • 6 прегледа
  • Последњи одговор послао 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

Сви одговори (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.