Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

github not rendering jupyter notebook python

I am facing a very strange issue, and I hope someone can help me. I am working with Jupyter notebooks in Python. The notebooks works fine locally and were rendering perfectly on github until last week. Suddently it seems I cannot see most of the notebooks on github anymore. I always get hte error "Something went wrong. Reload?". I can see some, and some don't render. Anyone any idea? The notebooks that are not working are in a private repository...

Take for example this notebook

https://github.com/michelucci/Sandbox/blob/master/Logistic%20Regression%20Part%201.ipynb

it was working before (at least rendering)

Thanks, Umberto

like image 640
Umberto Avatar asked Oct 17 '18 19:10

Umberto


People also ask

Can GitHub render Jupyter notebook?

Working with Jupyter Notebook files on GitHubWhen you add Jupyter Notebook or IPython Notebook files with a . ipynb extension on GitHub.com, they will render as static HTML files in your repository.

How do I see Ipynb on GitHub?

ipynb extension in a GitHub repository will be rendered as static HTML files when they are opened. The interactive features of the notebook, such as custom JavaScript plots, will not work in your repository on GitHub. Click on the uploaded file to view inside github viewer. You can share the highlighted URL to others.


1 Answers

I actually asked the github team and they informed that it was an issue from their side. Is now working. So something just waiting helps. Thanks everyone, Umberto

like image 82
Umberto Avatar answered Sep 21 '22 14:09

Umberto