ipynb 0.0.1

Attempt at providing canonical structs to read/write Jupyter `.ipynb` (notebooks) files
Documentation
1
2
3
4
5
6
# ipynb-rs

Attempt at providing canonical structs to read/write Jupyter `.ipynb` files. It
is likely a bit less permissive than jupyter's nbformat package, and likely
needs a lot of Refinements.