Skip to content

deathbeds/building-quality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

On Your Computer

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

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!

About

a talk about how teams can use tools to measure, improve and maintain quality together

Resources

License

Stars

Watchers

Forks