A repo for hosting training material for the DSfRE workshop
- Aloke Phatak
- Leigh Tyers
- Torrance Hodgson
- In Seeq, click the git icon on the left hand side.
- Click "Clone Repo"
- Copy paste the url for this repo into the text box
- Hit ok
Below are notes for developing these resources
- Install Quarto by following Step 1 of the instructions here
- Install python, for example via miniforge
- Create a venv (via
venvormamba) and install the necessary dependencies:
python -m pip install requirements.txtIn a terminal, navigate to the directory you wish to build, activate your environment and run:
quarto preview <path_to_qmd_file.qmd> --no-browser- Install the rsvg-convert
- macOS:
brew install librsvg - Ubuntu
sudo apt install librsvg2-bin
- Edit the script with preferred variables
output_format(pdforhtml) andoutput_folder - Run the script with your shell of choice
- Local file paths for output are relative to the script directory