title | number-sections |
---|---|
Data & Setup |
false |
::: {.callout-tip level=2}
If you are attending one of our workshops, we will provide a training environment with all of the required software and data.
If you want to setup your own computer to run the analysis demonstrated on this course, you can follow the instructions below.
:::
The data used in these materials is provided as a zip file. Download and unzip the folder to your Desktop to follow along with the materials.
DownloadTo develop and render the course materials website, you will need to install Quarto:
- Download and install Quarto (available for all major OS).
- If you are developing materials using executable
.qmd
documents, it is recommended that you also install the extensions for your favourite IDE (e.g. RStudio, VS Code). - If you are developing materials using JupyterLab or Jupyter Notebooks, please install Jupytext.
- Use the paired notebook feature to have synchronised
.ipynb
/.qmd
files. Only.qmd
files should be pushed to the repository (.ipynb
files have been added to.gitignore
).
- Use the paired notebook feature to have synchronised