Skip to article frontmatterSkip to article content
Quickstart tutorial

Install Jupyter Book 2

Install the Jupyter Book tools from PyPI, npm, or conda-forge.

Jupyter Book is available on the PyPI, conda-forge, and npm package repositories as jupyter-book>=2. How you install Jupyter Book depends upon your choice of environment manager.

Install with pip 🐍

In a virtual environment:

pip install "jupyter-book>=2"

Install with mamba / conda 🔥

mamba install -c conda-forge \
"jupyter-book>=2"

Install with pipx ⚙️

Never heard of pipx? See the documentation for more.

pipx install "jupyter-book>=2"

Install with uv 🚀

Never heard of uv? See the documentation for more.

uv add "jupyter-book>=2"

Install with pixi 🔥

Never heard of pixi? See the documentation for more.

pixi add "jupyter-book>=2"

Install with npm 🔥

Never heard of npm? See the documentation for more.

npm install -g "jupyter-book@>=2"