notebookx - Fast, lightweight notebook conversion library
This library provides a unified representation for Jupyter notebooks and supports conversion between different notebook formats.
Example
use ;
// Create a notebook programmatically
let mut notebook = new;
notebook.cells.push;
notebook.cells.push;
// Serialize to ipynb format
let json = Ipynb.serialize.unwrap;