https://github.com/deathbeds/building-quality
a talk about how teams can use tools to measure, improve and maintain quality together
https://github.com/deathbeds/building-quality
Last synced: 3 months ago
JSON representation
a talk about how teams can use tools to measure, improve and maintain quality together
- Host: GitHub
- URL: https://github.com/deathbeds/building-quality
- Owner: deathbeds
- License: bsd-3-clause
- Created: 2022-11-08T14:26:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T01:29:05.000Z (about 2 years ago)
- Last Synced: 2025-05-29T18:14:19.710Z (8 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 10.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Building Quality
> _a talk about how teams can use tools to assess, maintain, and improve quality_
## Running the talk
This talk is meant to be walked through interactively.
### On `mybinder.org` (recommended)
- Launch it on [![binder-badge]][binder]
### On Your Computer
> Probably only works on Linux... _maybe_ MacOS
- get [Mambaforge]
- clone this repo
```bash
git clone https://github.com/deathbeds/building-quality
cd building-quality
```
- create and activate the environment
```bash
mamba env update --prefix .venv --file .binder/environment.yml
source activate .venv
```
- start JupyterLab
```bash
jupyter lab talk/00-intro.ipynb
```
- start JupyterLab [Deck mode][deck-mode]
### Either Way
- 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
## Open Source
This talk is mostly code, so it's licensed under the [BSD-3-Clause]. Feel free to
do whatever you like with it!
[deck-mode]: https://github.com/deathbeds/jupyterlab-deck/#deck-mode
[bsd-3-clause]: https://github.com/deathbeds/building-quality/blob/main/LICENSE.txt
[mambaforge]: https://conda-forge.org/miniforge/
[binder-badge]: https://mybinder.org/badge_logo.svg
[binder]: https://mybinder.org/v2/gh/deathbeds/building-quality/main?urlpath=lab%2Ftree%2Ftalk%2F00-intro.ipynb