Skip to content
Discussion options

You must be logged in to vote

this is usually a github side notebook renderer issue (not jupyter). it can happen even on small notebooks if github’s rich rendering times out or fails. github is known to impose a short rendering timeout for notebooks, which can trigger errors like unable to render code block.
try (in order):
check github status (if github.com is degraded, rendering may fail until it’s resolved).
rule out browser issues: hard refresh, disable extensions, and try a different browser (this has been reported as browser specific at times).
workarounds to view the notebook now: click raw or download and view locally, or use nbviewer for public repos
if only some notebooks fail: remove heavy or interactive ou…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lrisguan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended Repositories The core of version-controlled code storage
2 participants