Search code examples
pythongithubjupyter-notebookgist

jupyter notebook not rendering in GitHub gist


I created and saved a notebook using Jupyter notebooks. I then proceeded to create a github gist of this notebook. However, the notebook is not being rendered in the gist. I can only see the raw code. I have included the link to my gist below:

https://gist.github.com/adikamath/26ae33d4fd613d716cdf01697130e675

I know that GitHub provides advanced support for ipnyb since some time now and I don't have to use a service like nbviewer to see it rendered. Any help is appreciated.


Solution

  • I was able to make it work! Instead of copying the code from the .ipnyb file into the gist window, I dragged & dropped the whole file into the gist window and the gist renders it OK!