Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 771 Bytes

if_notebook_not_loaded.md

File metadata and controls

17 lines (9 loc) · 771 Bytes

Sometimes GitHub fails to render the *.ipynb notebooks and you get the message "Sorry, something went wrong. Reload?" when trying to view a *.ipynb on a GitHub page.

A workaround

  1. Open the page of notebook that you want to view on GitHub:

For example:

https://github.com/Aliona88/analysis_telecom_employee_effectiveness/blob/master/operators_efficiency_project_implamentation.ipynb

  1. Copy the link of this notebook and past it to the notebook viewer https://nbviewer.jupyter.org/.

You don't need to install it!

  1. Then you get https://nbviewer.jupyter.org/github/Aliona88/analysis_telecom_employee_effectiveness/blob/master/operators_efficiency_project_implamentation.ipynb

The site nbviewer works independently of github.