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.
Create a local python environment and install all the required dependencies using the following commands (either with conda or pip)
- Create the Conda Environment
conda env create -f environment.yml
- Activate the Conda Environment
conda activate DISCOVER-handbook
- Finally, to build the Jupyter Book
jupyter-book build DISCOVER
- Create a Virtual Environment (optional)
python -m venv myenv
- Activate the virtual Environment (optional)
- on Windows:
myenv\Scripts\activate
- on macOS/Linux:
source myenv/bin/activate
- Install the required dependencies
pip install -r requirements.txt
- Finally, to build the Jupyter Book
jupyter-book build DISCOVER