| Project | Description | Crates Used | Notes |
|---|---|---|---|
| quarto-dev/q2 | Experimental Rust rewrite of Quarto (scientific document publishing) | runtimelib, jupyter-protocol |
From Posit/RStudio |
| stencila/stencila | Platform for dynamic, data-driven scientific documents | jupyter-protocol, nbformat |
v2 Rust rewrite |
| dropbox/dKNOW | Document processing toolkit for extracting structured info | jupyter-protocol (0.9), nbformat (0.13) |
Older pre-1.0 versions |
| ad-si/Woxi | Rust-based Wolfram Language interpreter with Jupyter kernel | jupyter-protocol, runtimelib |
Uses git deps pointing to runtimed |
| bitbloxhub/jupyter-api.nvim | Neovim plugin for Jupyter kernel interaction | jupyter-protocol, runtimelib |
Newer project (Nov 2025) |
| savente93/snakedown | Python API doc extractor for static site generators | jupyter-protocol, nbformat |
Also on crates.io |
| paradigmxyz/jtool | Jupyter tooling utility from Paradigm | jupyter-protocol (0.9), runtimelib (0.29) |
Not open source (repo private/removed); source available via crates.io |
| vectorpikachu/nbconvert-rust | Jupyter notebook → PDF via Typst (Chinese language focus) | jupyter-protocol |
| Crate | # External Dependents | Projects |
|---|---|---|
jupyter-protocol |
8 | All of the above |
runtimelib |
4 | q2, Woxi, jtool, jupyter-api.nvim |
nbformat |
3 | stencila, snakedown, dKNOW |
jupyter-serde |
0 | — |
jupyter-websocket-client |
0 | — |