Access to the webpage here
If you'd like to develop and/or build the book, you should:
- Clone this repository
- Run
pip install -r requirements.txt(it is recommended you do this within a virtual environment) - (Optional) Edit the books source files located in the
book/directory - Run
jupyter-book clean book/to remove any existing builds - Run
jupyter-book build book/
A fully-rendered HTML version of the book will be built in book/_build/html/.