This repository contains our projects resources (courses, tutorials) in the form of a Jupyter Book. A live version of this book can be found at https://projects.warwick.ai.
If you'd like to develop and/or build the Warwick AI Projects 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
projects/
directory - Run
jupyter-book clean projects/
to remove any existing builds - Run
jupyter-book build projects/
A fully-rendered HTML version of the book will be built in projects/_build/html/
.
We 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 and the executablebooks/cookiecutter-jupyter-book template.