An Introduction to Remote Computing

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.

To build locally:

  • Enter the following commands to re-build the bookdown (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