Skip to article frontmatterSkip to article content

Get started with Jupyter Book

Learn how to navigate this documentation and build your first book.

Jupyter Book is a distribution of the MyST Document Engine.

See mystmd.org for more complete documentation

Because Jupyter Book is a distribution of the MyST Document Engine, we keep most documentation about configuring and using Jupyter Book in the MyST User Guide. Anything you can do with MyST you can do with Jupyter Book - the only difference in using the two is the CLI verb (jupyter book vs. myst).

We know this can be confusing! Jupyter Book pre-dates the MyST Document Engine and we’re still working out the best way to maintain both of them as parallel efforts.

This User Guide steps you through high-level concepts, tutorials for step-by-step learning, and how-to guides to get things done. It focuses on use-cases for multi-document projects, like community knowledge bases and multi-page books.[1]

Footnotes
  1. The Jupyter Book and MyST documentation follow the Diataxis documentation framework. Within that framework, we aim for jupyterbook.org to contain tutorials and how-to guides, and the MyST guide to focus on reference documentation and deeper explanation.