| Crates.io | mdbook-jupyter |
| lib.rs | mdbook-jupyter |
| version | 0.1.1 |
| created_at | 2025-11-29 12:45:34.047407+00 |
| updated_at | 2025-12-01 08:04:09.472959+00 |
| description | enables using jupyter notebooks in mdbook |
| homepage | |
| repository | https://github.com/rojesh-shikhrakar/mdbook-jupyter |
| max_upload_size | |
| id | 1956655 |
| size | 82,242 |
A mdbook preprocessor that converts Jupyter notebooks (.ipynb) to markdown chapters.
cargo install mdbook-jupyter
mdbook-jupyter install
The install command adds [preprocessor.jupyter] to your book.toml.
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