remote-computing-base

September 3, 2021 ยท View on GitHub

CTB fill in :)

Legacy material

Remote computing workshops in August 2021. Built with bookdown based on the datalab workshop template.

See rendered site at: ngs-docs.github.io/2021-august-remote-computing/

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