Skip to content

Latest commit

 

History

History
78 lines (68 loc) · 4.89 KB

README.md

File metadata and controls

78 lines (68 loc) · 4.89 KB

DISCOVER-handbook

All Contributors

The NumFOCUS DISCOVER Handbook (Diverse & Inclusive Spaces and Conferences: Overall Vision and Essential Resources). A guide for organizing more diverse and inclusive events and conferences, produced by the NumFOCUS Diversity & Inclusion in Scientific Computing (DISC) Program, with support from the Moore Foundation.

How to run the book locally

Create a local python environment and install all the required dependencies using the following commands (either with conda or pip)

If Using Conda

  1. Create the Conda Environment
conda env create -f environment.yml
  1. Activate the Conda Environment
conda activate DISCOVER-handbook
  1. Finally, to build the Jupyter Book
jupyter-book build DISCOVER

If Using pip

  1. Create a Virtual Environment (optional)
python -m venv myenv
  1. Activate the virtual Environment (optional)
  • on Windows:
myenv\Scripts\activate
  • on macOS/Linux:
source myenv/bin/activate
  1. Install the required dependencies
pip install -r requirements.txt
  1. Finally, to build the Jupyter Book
jupyter-book build DISCOVER

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Andy R. Terrel
Andy R. Terrel

🤔
Bojan Božić
Bojan Božić

📖
Frames White
Frames White

📖
Gina
Gina

🚧
Gina
Gina

📖
Noa Tamir
Noa Tamir

👀
Oloni
Oloni

📖
Tereza Iofciu
Tereza Iofciu

📖
Tetsuo Koyama
Tetsuo Koyama

💬

This project follows the all-contributors specification. Contributions of any kind welcome!