Hacker News new | ask | show | jobs
by ontouchstart 2752 days ago
The file is just a generic Jupyter Notebook (JSON with .ipynb extension). The link to colab is just an iframe wrap to allow authenticated user to change it.

https://colab.research.google.com/drive/1k4oC2bzjgUOiU9vdadj...

Functional wise, it works just like a wiki.

It can be hosted on any Jupyter platform (such as google colab, Azure notebook, your own Jupyter instance) or a Jupyter viewer platform if you do not want to run he code. But you will lose the capability of pushing the update back to the shared copy.

Here is an example of saving it to a github gist and viewed in nbviewer:

https://nbviewer.jupyter.org/gist/ontouchstart/f53de6f9ba447...

Due to the restrictions of GitHub, the YouTube video is not rendered in gist

https://gist.github.com/ontouchstart/f53de6f9ba447bdd60782ef...