Reproducibility Tasters¶
We will have 3 taster sessions to give you a brief introduction to 3 common topics to improve your reproducibility
Version control with Git¶
- What is git?
- How to configure git to track changes
- How to view your change history
Reproducibile documents with Quarto¶
- Markdown syntax for document formatting
- Embedding code
- Compiling documents
Virtual environments¶
- What are virtual environments?
- Creating virtual environments with Conda
- Installing software into a Conda virtual environment