ipynb 0.0.1

Attempt at providing canonical structs to read/write Jupyter `.ipynb` (notebooks) files
Documentation
  • Coverage
  • 0%
    0 out of 48 items documented0 out of 10 items with examples
  • Size
  • Source code size: 28.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 756.77 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 27s Average build duration of successful builds.
  • all releases: 27s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Carreau/ipynb-rs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Carreau rgbkrk

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.