Materials for DS542 Spring 2026 Discussions.
Note that future discussions notebooks are likely to change prior to the discussion date.
If you're running the notebooks on your local machine or SCC, you should first fork this repo and then clone it to your machine.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt...