ipynb

Data structure for working with Jupyter notebooks (ipynb).

Version on this page:0.1.0.2
LTS Haskell 22.14:0.2@rev:1
Stackage Nightly 2024-03-29:0.2@rev:1
Latest on Hackage:0.2@rev:1

See all snapshots ipynb appears in

BSD-3-Clause licensed by John MacFarlane
Maintained by [email protected]
This version can be pinned in stack with:ipynb-0.1.0.2@sha256:85b53600fc9fd4ee00bea2ee72b5f62bda3896621c4ed3a62951e6056975d9c6,1785

Module documentation for 0.1.0.2

ipynb defines a data structure for representing Jupyter notebooks, along with ToJSON and FromJSON instances for conversion to and from JSON .ipynb files.

Changes

Revision history for ipynb

0.1.0.2 – 2020-10-23

  • Changes for aeson 2 compatibility.

  • Simplified round trip test to avoid use of aeson-diff, which doesn’t work with aeson 2.

0.1.0.1 – 2020-04-25

  • Fixed to build with base64-bytestring 1.1.

0.1.0.0 – 2019-01-22

  • Initial release.