DaanMatch / meeting-agendas

MIT License
0 stars 0 forks source link

Meeting Agendas

Jupyter Book Badge

build

Updating Instructions

For those wishing to add their agendas to this Jupyter Book:

Developer Usage

Building the book

If you'd like to develop and/or build the My Book book, you should:

  1. Clone this repository
  2. Run pip install -r requirements.txt (it is recommended you do this within a virtual environment)
  3. (Optional) Edit the books source files located in the meetings/ directory
  4. Run jupyter-book clean meetings/ to remove any existing builds
  5. Run jupyter-book build meetings/

Contributors

We welcome and recognize all contributions.

Credits

This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.