Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Jupyter Notebook stopped loading following most recent update

  • 1 resposta
  • 1 tem este problema
  • 6 visualizações
  • Última resposta por 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

Todas as respostas (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.