Expand description
Jupyter Notebook manipulation library
This library provides types and utilities for working with Jupyter notebooks, including notebook structure, cell types, execution timing, and serialization.
Re-exports§
pub use cell::Cell;pub use cell::CodeCell;pub use cell::MarkdownCell;pub use cell::RawCell;pub use cell::Source;pub use error::NotebookError;pub use notebook::Notebook;pub use notebook::NotebookMetadata;pub use timing::CellTiming;pub use timing::ExecutionTiming;pub use timing::TimingFormat;pub use timing::TimingSummary;pub use timing::format_duration;pub use timing::parse_duration;