jupyter / nbviewer

nbconvert as a web service: Render Jupyter Notebooks as static web pages
https://nbviewer.jupyter.org
Other
2.19k stars 544 forks source link

NBviewer not rendering any images in notebook #1039

Open gracechuan2 opened 1 year ago

gracechuan2 commented 1 year ago

I have a jupyter notebook written in Julia and when I first rendered the notebook and its graphics in nbviewer, it worked perfectly fine in December 2022.

Now, none of the graphics appear properly, either dark shapes and missing plots.

This is a problem for microsoft edge and firefox, and probably all other browsers.

Link to my notebook: https://nbviewer.org/github/gracechuan2/contagion/blob/main/Network%20Contagion%20Simulations_final.ipynb

It seems to be an issue with other notebooks I found on the main page of nbviewer: https://nbviewer.org/url/jdj.mit.edu/~stevenj/IJulia%20Preview.ipynb https://nbviewer.org/github/SciRuby/sciruby-notebooks/blob/master/getting_started.ipynb

This seems to be a very significant bug so I hope it gets addressed soon!

Lecrapouille commented 1 year ago

@Carreau similar to https://github.com/jupyter/nbviewer/issues/1037 and same for me (it used to work correctly)

https://github.com/Lecrapouille/MaxPlus.jl/blob/master/tutorial/syslin-fr.ipynb vs. https://nbviewer.org/github/Lecrapouille/MaxPlus.jl/blob/master/tutorial/syslin-fr.ipynb

bad-plot

or here https://nbviewer.org/github/Lecrapouille/covid19/blob/master/covid19.ipynb vs. https://github.com/Lecrapouille/Covid19.jl/blob/master/covid19.ipynb (GitHub seems not to display correctly plots)

bad-plot2