-
Notifications
You must be signed in to change notification settings - Fork 561
GitHub fails to display some notebooks that work via nbviewer.jupyter.org #644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
nbviewer doesn't power the GitHub rendering, that is an internal github project. It is based on nbconvert, though, same as nbviewer. Perhaps it's something to do with the mimetype? That would be odd, but there might be an error on GitHub's side where they check something that nbviewer does not. |
Issue has been resolved. |
Hi @DaneWeber , Can you please explain that how you resolved this. I am also getting error: "Sorry, something went wrong. Reload?". I am using chrome browser on Ubuntu. Thanks & Regards |
@sansinghsanjay - Is the GitHub link above failing for you? I didn't do anything. I just came back to check on this issue and discovered that the notebooks were rendering. I don't have Chrome on Ubuntu, but it works with Firefox+Ubuntu and Chrome+Windows. GitHub link: |
Hi @DaneWeber I found its solution. If a github ipynb doesn't work then we can open that ipynb in https://nbviewer.jupyter.org/ I got this solution from the discussions on iurisegtovich/PyTherm-applied-thermodynamics#11 (comment) |
@sansinghsanjay - that's the work-around I was using when I created this issue. Would you mind sharing the link to your problematic notebook? I'd be interested in seeing if it fails for me too. |
Following ipynb was not opening on my chrome + Ubuntu-16.04: But above ipynb worked when I opened it with https://nbviewer.jupyter.org/ |
If this is an issue with os × browser interactions, that seems to be weirder than a question of how GitHub internally renders the notebooks. Does GH rendering work for some notebooks and not others? Do you have a minimal test case? The example you gave is a bit complicated to be able to determine the cause of the issue. |
@sansinghsanjay - you should definitely start your own issue. Perhaps also include a screenshot of what it looks like for you. I'm able to open the GitHub example you provided in Chrome on Windows 10 and in Firefox in Ubuntu 16.04. As an aside, if you do end up needing to determine which OS + browser is the problem, MS provides free VMs for testing in Windows: |
Thank you, Sanjay |
I am now facing this issue on Chrome+Ubuntu, It worked well on Chromium earlier but after chrome the notebooks have stopped. Any idea why? |
nbviewer.jupyter.org works for this simple notebook:
http://nbviewer.jupyter.org/github/fluffums/MixerRepulsionMotes/blob/master/Simple%20J%20Notebook.ipynb
The in-page viewer for GitHub fails:
https://github.com/Fluffums/MixerRepulsionMotes/blob/master/Simple%20J%20Notebook.ipynb
The message I see using Chrome is "Sorry, something went wrong. Reload?"
Based on http://blog.jupyter.org/2015/05/07/rendering-notebooks-on-github/ this is place to report this issue.
The text was updated successfully, but these errors were encountered: