jupyter-serde

Crates.iojupyter-serde
lib.rsjupyter-serde
version
sourcesrc
created_at2024-10-29 01:04:27.658212
updated_at2024-11-23 05:48:46.990476
descriptionSerialization and Deserialization for Jupyter related data structures
homepage
repositoryhttps://github.com/runtimed/runtimed
max_upload_size
id1426252
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Kyle Kelley (rgbkrk)

documentation

README

jupyter-serde

These are shared data structures between nbformat and jupyter-protocol. This package isn't intended to be used standalone, but rather as a dependency of other crates.

You may want either one of those crates if you're wanting to work with notebook documents, directly with kernels, or both.

Commit count: 519

cargo fmt