These are the source materials for the August 2021 offering of An Introduction to Remote Computing.
See the course Web site for the rendered materials, including links to recordings!
See the base repository for material that may be more up to date and can be reused/remixed.
- Enter the following commands to re-build the bookdown (
make
) and view the website (open
). (You only have to create thebookdown
environment once!):mamba env create -f environment.yml -n bookdown conda activate bookdown make open docs/index.html