Reproducibility when data are confidential
- Lars Vilhuber
- Laurel Krovetz
zenodo link
- The presentation is built using Quarto.
- The text book website is built using Jupyter Book.
- Create Python environment:
python -m venv book-env
- Activate the environment:
- On Windows:
book-env\Scripts\activate
- On macOS/Linux:
source book-env/bin/activate
- On Windows:
- Install Python requirements:
pip install -r requirements.txt
- Build the website:
jupyter-book build .
This is all in build-book.sh
.
creative commoms license link