Problems uploading a notebook colab to Github: Unable to render code block
Good morning guys, I don’t know if this is the right channel for this, but I have a question about a problem I’m having uploading a Colab notebook to Github. When I create the repository and try to upload the colab, I get this error: Unable to render code block. I’ve been investigating and it seems to be a display problem, which has to do with the extension of some outputs.
I’ve seen that some people have solved it by blocking the outputs, but I would prefer not to do it because there are some graphics I want to show in the colab. Other solutions involve using nbviewer, which converts the colab into a static web. I’ve tried it but it also removes the graphics.
That’s all. I don’t know if anyone has experienced this and has any idea how to solve it. Thanks in advance!