Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.44 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.44 KB

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!