To set up builds for this report, run this command in the root directory of this repository (the directory containing this README.md file):
pip3 install -r build_requirements.txtThis will install all the prerequisites.
To build the book, run:
jupyter-book build .
The book build appears in the _build/html directory. You can open it with your browser.