Instructor Notes

This is a placeholder file. Please add content here.

What is Computational Reprodicibility?


Capturing computational environments


Getting started with venvand pip


Instructor Note

This command consists of two parts:
1. python -m venv - Create a new python virtual environment
2. .venv - In a directory called .venv



Using venv and pip to capture a computational environment


Limitations