mdbook-jupyter

Crates.iomdbook-jupyter
lib.rsmdbook-jupyter
version0.1.1
created_at2025-11-29 12:45:34.047407+00
updated_at2025-12-01 08:04:09.472959+00
descriptionenables using jupyter notebooks in mdbook
homepage
repositoryhttps://github.com/rojesh-shikhrakar/mdbook-jupyter
max_upload_size
id1956655
size82,242
Rojesh Man Shikhrakar (rojesh-shikhrakar)

documentation

README

mdbook-jupyter

A mdbook preprocessor that converts Jupyter notebooks (.ipynb) to markdown chapters.

Installation

cargo install mdbook-jupyter
mdbook-jupyter install

The install command adds [preprocessor.jupyter] to your book.toml.

Usage

Add .ipynb files to your book and reference them in SUMMARY.md:

- [My Notebook](path/to/notebook.ipynb)

Configure in book.toml under [preprocessor.jupyter]:

[preprocessor.jupyter]
embed_images = true
Commit count: 0

cargo fmt