For those wishing to add their agendas to this Jupyter Book:
- Please upload content as
.md
files or.ipynb
files to the wiki directory. - Add files to the Table of Contents in the meetings/_toc.yml file.
- Include any dependencies to the requirements.txt file.
- The book will be rebuilt and deployed automatically.
If you'd like to develop and/or build the My Book 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
meetings/
directory - Run
jupyter-book clean wiki/
to remove any existing builds - Run
jupyter-book build wiki/
We welcome and recognize all contributions.
This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.