Problem facing at Github ‘.ipynb’ is not loading

Priyansh gupta
2 min readSep 17, 2019

--

Jupyter Notebook won’t load on Github . Sorry, something went wrong. Reload?

Today i am gonna discuss about some issues on github . sometimes when we try to open our github repository and ‘.ipnb’ file then we get ‘Sorry, something went wrong. Reload?’ error.

So there are two solutions i have come across yet.

First Solution : is copy your github link of ‘.ipynb’ file and open this link https://nbviewer.jupyter.org on your browser. after that paste that previous link in the box ,which will be shown on the nbviewer website page and press Enter . for example i have link https://github.com/priyanshgupta1998/Machine_learning/blob/master/ODI_Country_Records.ipynb

if i will paste this link on the nbviewer page then it will be look like this https://nbviewer.jupyter.org/github/priyanshgupta1998/Machine_learning/blob/master/ODI_Country_Records.ipynb

Second Solution : Open google colab by using this link https://colab.research.google.com/notebooks/gpu.ipynb in the browser. after that go the ‘File’ option at the ‘top-right’ . click on this and click again on open notebook . After that go to fourth option in the header ‘GITHUB’ and paste the link in the search box and press enter. You will be able to see Your Github ‘.ipynb’ file .

Paste that github link here

I hope this is helpful for you who else is reading this blog . Thank you . if You have any query then feel free to reach out to me at pg170898@gmail.com .

--

--