a talk about how teams can use tools to assess, maintain, and improve quality
This talk is meant to be walked through interactively.
Probably only works on Linux... maybe MacOS
- get Mambaforge
- clone this repo
git clone https://github.com/deathbeds/building-quality cd building-quality
- create and activate the environment
mamba env update --prefix .venv --file .binder/environment.yml source activate .venv
- start JupyterLab
jupyter lab talk/00-intro.ipynb
- start JupyterLab Deck mode
- crank up the zoom to about 200%
- run through the slides
- space to continue
- shift+enter to run cells
- right click on a cell output and Enable Scrolling for Outputs if needed
This talk is mostly code, so it's licensed under the BSD-3-Clause. Feel free to do whatever you like with it!