@hackage ipynb0.2
Data structure for working with Jupyter notebooks (ipynb).
Categories
License
BSD-3-Clause
Maintainer
jgm@berkeley.edu
Links
Versions
Installation
Tested Compilers
Dependencies (8)
- aeson >=1.5.2.0
- base >=4.8 && <5
- base64-bytestring
- bytestring
- containers >=0.5.8
- semigroups >=0.18 && <0.19 Show all…
Dependents (2)
@hackage/nbparts, @hackage/pandoc
ipynb defines a data structure for representing Jupyter notebooks, along with ToJSON and FromJSON instances for conversion to and from JSON .ipynb files.