@hackage JuPyTer-notebook0.1.0.0
JuPyTer notebook parser
Categories
License
BSD-3-Clause
Maintainer
migamake@migamake.com
Links
Versions
- 0.1.0.0 Tue, 21 Nov 2017
Installation
Dependencies (2)
- base >=4.9 && <4.10
- json-autotype >=1.0 && <2.0 Show all…
Dependents (0)
JuPyTer notebook parser
JuPyTer was formerly called IPython notebook.
It is cross-language interactive data science platform that allows for interactive editing of code and visualizing its results.
This library allows to directly parse .ipynb files, and process them.
There is an example script jupyter-extract that just extracts
all the source code cells, and prints them.
Initial version was generated with json-autotype