Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Jupyter Notebook stopped loading following most recent update

  • 1 réponse
  • 1 a ce problème
  • 6 vues
  • Dernière réponse par 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

Toutes les réponses (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.