Hacker News new | ask | show | jobs
by satellitec4t 3103 days ago
Why is this all contained in one big json document? Am I that out of touch with modern coding??
3 comments

What the author wrote is a IPython / Jupyter notebook [0], which is implemented as a JSON document [1]. The notebooks are pretty much markdown with runnable code blocks in between.

Jupyter notebooks are popular in the data science / Python communities to explain concepts, for examples see here [2].

[0] https://jupyter.org/

[1] https://ipython.org/ipython-doc/3/notebook/nbformat.html

[2] https://github.com/jupyter/jupyter/wiki/A-gallery-of-interes...

It's a Jupyter notebook: http://jupyter.org/
It’s a Jupyter-Notebook (http://jupyter.org/)