-
Notifications
You must be signed in to change notification settings - Fork 1
Developer Documentation
Matt Steen edited this page Dec 19, 2023
·
2 revisions
The following documentation is meant to help developers setup a local environment for building the Jupyter Book.
- Install system dependencies:
- Clone this repository.
- Change directory to the repository.
- Create and activate a virtual environment:
# for example python3 -m venv .venv source .venv/bin/activate
- Install project dependencies from
pyproject.toml
file:poetry install
To build the Jupyter Book, run the following command.
jb build .