5 ms·
Why is this all contained in one big json document? Am I that out of touch with modern coding??
by satellitec4t 9y ago
Why is this all contained in one big json document? Am I that out of touch with modern coding??
- tree_of_item 9y agoIt's a Jupyter notebook: http://jupyter.org/ http://jupyter.org/
- theuly 9y agoWhat 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/ https://jupyter.org/ [1] https://ipython.org/ipython-doc/3/notebook/nbformat.html https://ipython.org/ipython-doc/3/notebook/nbformat.html [2] https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks https://github.com/jupyter/jupyter/wiki/A-gallery-of-interes...
- haraldooo 9y agoIt’s a Jupyter-Notebook (http://jupyter.org/ http://jupyter.org/)