.ipynb notebook with embedded images fails to render — shows error page instead #197369
-
🏷️ Discussion TypeBug 💬 Feature/Topic AreaIssues BodyWhen opening a .ipynb notebook that contains display_data outputs with embedded images, GitHub displays an error page instead of rendering the notebook. Refer to https://github.com/Suvam-Ray/Claude_certified_architect/blob/main/part1a_fndmntl_api.ipynb to recreate the error. Guidelines |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Same here. Please fix it. |
Beta Was this translation helpful? Give feedback.

This is a GitHub-wide rendering bug affecting all .ipynb files since May 29-30, 2026. It is not specific to your notebook or the embedded images. Many users are reporting the same issue across different repos.
Your notebook is fine. GitHub's rendering backend is broken.
Workarounds while GitHub fixes it:
Replace "github.com" in your URL with "colab.research.google.com/github"
Your URL:
https://github.com/Suvam-Ray/Claude_certified_architect/blob/main/part1a_fndmntl_api.ipynb
Becomes:
https://colab.research.google.com/github/Suvam-Ray/Claude_certified_architect/blob/main/part1a_fndmntl_api.ipynb
Use nbviewer
Go to nbviewer.org and paste your GitHub notebo…