PyTherm-applied-thermodynamics
PyTherm-applied-thermodynamics copied to clipboard
"Sorry, something went wrong. Reload?" when viewing *.ipynb
The issue
Getting the message "Sorry, something went wrong. Reload?" when viewing an *.ipynb on a GitHub blob page.
- Probably a problem with the GitHub notebook viewing tool - sometimes github fails to render the ipynb notebooks, I believe that is some temporary (and recurring) issue with their backend
A workaround
Try to open that notebook that you want using nbviewer online, you don't need to install it.
- Open "https://nbviewer.jupyter.org/"
- Paste the link to your notebook, (e.g. "https://github.com/iurisegtovich/PyTherm-applied-thermodynamics/blob/master/index.ipynb") there and then you get "http://nbviewer.jupyter.org/github/iurisegtovich/PyTherm-applied-thermodynamics/blob/master/index.ipynb"
This site nbviewer works independently of github.
- If some notebook rendered in nbviewer appears different from rendered in github, then append "?flush_cache=true" to the end of the nbviewer version url to force it to rerender.
e.g.
http://nbviewer.jupyter.org/github/iurisegtovich/PyTherm-applied-thermodynamics/blob/master/index.ipynb
becomeshttp://nbviewer.jupyter.org/github/iurisegtovich/PyTherm-applied-thermodynamics/blob/master/index.ipynb?flush_cache=true
I checked in multiple networks. I used Explorer, Firefox,chrome . But still I get 'Sorry, something went wrong. Reload?' Not able to view .ipynb books.Any help?
I am actually trying to access books at below link. https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/udacity/1_notmnist.ipynb But when I try to access today , there is no problem . I can view them without any issue!
This issue just popped up for me as well. I can't view any ipynbs in Github. Any thoughts/advice?
Also having this issue with ipynbs in GitHub all of a sudden.
Now, it's working again... weird..
edit : for me at least.
Weird indeed. It's working again...
I am also facing same error, "Sorry, something went wrong. Reload?". Tried reloading around more than 25 times.
Still stuck at this. Using chrome on Ubuntu-16.04. Also tried after upgrading chrome but still facing this issue. Any help/suggestions?
Thanks @iurisegtovich ,
I had seen your previous reply and already tried these links and found them working.
But still I am not able to open https://github.com/NikolasEnt/Vehicle-Detection-and-Tracking/blob/master/VehicheDetect.ipynb Its a 2.83 MB size ipynb file on github.
Although I am trying some random things/suggestions like installing nbviewer (https://github.com/jupyter/nbviewer). I don't know exactly that installing this would be helpful or not, but I am trying.
Kindly, requesting for any concrete solution/suggestion.
Thanks
try to open that notebook that you want using nbviewer online, you don't need to install it, i will try with that link you sent:
open "https://nbviewer.jupyter.org/"
paste "https://github.com/NikolasEnt/Vehicle-Detection-and-Tracking/blob/master/VehicheDetect.ipynb" there
and then you get "https://nbviewer.jupyter.org/github/NikolasEnt/Vehicle-Detection-and-Tracking/blob/master/VehicheDetect.ipynb"
This site nbviewer works independently of github.
It works for me, I hope it will work for you too
On Aug 21, 2017 15:55, "Sanjay Singh" [email protected] wrote:
Thanks @iurisegtovich ,
I had seen your previous reply and already tried these links and found them working.
But still I am not able to open https://github.com/NikolasEnt/Vehicle-Detection-and-Tracking/blob/master/VehicheDetect.ipynb Its a 2.83 MB size ipynb file on github.
Although I am trying some random things/suggestions like installing nbviewer (https://github.com/jupyter/nbviewer). I don't know exactly that installing this would be helpful or not, but I am trying.
Kindly, requesting for any concrete solution/suggestion.
Thanks
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Thanks @iurisegtovich
It worked for me too.
Thanks a lot.
Now I'm getting the same error (Sorry, something went wrong. Reload?), tried many times refreshing, but still not working...it's so frustrating.
try to open that notebook that you want using nbviewer online, you don't need to install it, i will try with that link you sent:
open "https://nbviewer.jupyter.org/" ans paste the notebook link. this is an independent tool that may work when github doesnt
On Jan 11, 2018 18:42, "George Liu" [email protected] wrote:
Now I'm getting the same error (Sorry, something went wrong. Reload?), tried many times refreshing, but still not working...it's so frustrating.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iurisegtovich/PyTherm-applied-thermodynamics/issues/11#issuecomment-357055170, or mute the thread https://github.com/notifications/unsubscribe-auth/AKbJVcOh4dBf4VJ6DQQw7PwEEPmju-oIks5tJnJQgaJpZM4KdLMB .
Thanks Iuri! Since my repo is a private one, it won't load. I've reported to GitHub and they were able to reproduce and are looking into it.
I got the same problem. I am able to read on Github two of the three trial links. Notebook opens in nbviewer.
I'm having this problem. https://github.com/kilojoules/numerical_experiments/blob/master/burgers/POD.ipynb
Even I was having this problem. I had a jupyter notebook in one of my private repositories and it wasn't able to open. Then I just made it public and it worked. Now I changed it to private again and its working.
I am having this issue also, even a small notebook (60K) can not be opened in Github. https://github.com/yqren2005/Coursera_DL/blob/master/Convolutional%20Neural%20Networks/week2/KerasTutorial/Keras%20-%20Tutorial%20-%20Happy%20House%20v2.ipynb
All my notebooks can be opened in nbviewer.
I am having this same issue ,and the size of mile is(28K) not opened in GitHub. https://github.com/vikramvinay/Titanic-Machine-Learning-from-Disaster/blob/master/Titanicc.ipynb
Open the notebook after 12-13 hours, press reload button 2 3 times it will be rendered.
I think the problem is with github not the notebooks.
I can open others' .ipynb notebooks , but when I try to upload my notebooks the error : "Sorry, something went wrong. Reload?"
I am getting this error in my repository now.
I am getting the same issue, I tried with a an extremely simple notebook with a markdown cell & code cell featuring 2+2 and it throws the same error "Sorry, something went wrong. Reload?"
I'm getting the same error ("Sorry, something went wrong. Reload?") when I try to open *.ipynb files, in both my public repo, and the private repo of my organization.
I'm getting this error as well. Not able to view any of my *.ipynb files on my GitHub repos.
I'm getting this error right now. Not able to view any of my *.ipynb files on my GitHub repos.
It seems like it has been an issue for a while. And my newly created repo had the same symptom as well. nbviewer
is a work-around. We will keep this issue open and see if there's anyone could figure it out.
Hi, I'm seeing this error across my private repos, the public ones work well. Anyway of working this out?
Same issue happened to me as well.. Any solutions for this one.?
Same thing is happening to me... I can't load any of the ipynb files in my repos. I'll try again tomorrow to see if it works.
The problem is still persisting. My old notebooks render, but no new notebooks are rendering.