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.
make
) and view the website (open
). (You only have to create the bookdown
environment once!):
mamba env create -f environment.yml -n bookdown
conda activate bookdown
make
open docs/index.html