Jupyter Book
Create computational narratives that are reusable, reproducible, and interactive.
Write in Notebooks or Markdown, execute code, cross-reference content, and publish to the web - built for and by researchers, educators, and data scientists.
install
pip install jupyter-book
# Initialize the files and folder structure for Jupyter Book
jupyter book init
# Build the site and start a preview server
jupyter book start
{button}`Get started → <xref:docs/>` {button}`Upgrade from JB1 → <xref:docs/resources/upgrade>`New to Jupyter Book?¶
Start here: Docs • Gallery • Get help • Community • Jupyter Book vs MyST
See It in Action¶
Reusable
Reproducible
Interactive
Reusable Knowledge - Cross-reference pages, sections, figures, and equations. Link to other MyST sites for a connected reading experience.
Reproducible Results - Execute Python, R, Julia, and more at build time. Include computational results directly in your documentation.
Interactive Exploration - Publish websites with live widgets. Connect to JupyterHub, Binder, or run Python in the browser.