Course Materials
This book was made using Jupyter Book version 2!
Currently, Jupyter Book v2 is still in beta. You can install it via pip:
pip install jupyter-book==2.0.b3If you'd like to develop and/or build the DSC Tutorials 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
content/directory - Run
jupyter book clean --allto remove any existing builds - Run
jupyter book start(Using Jupyter Boook v2)
A fully-rendered HTML version of the book will be built in _build/html/.
# main configuration file
# add new files to toc section
myst.yml
# add python requirements for binderhub here
requirements.txt
# actual content of the book (markdown files, notebooks, etc.)
content/Jupyter Book supports generating configuration files for deploying the website via GitHub pages:
jupyter book init --gh-pagesWe welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.
This project is created using the excellent open source Jupyter Book project.