This directory contains code for the Exploratory Data Analysis part of the Assignment Snapshots project.
You have already run the backups CLI commands to create the backup files and SQLite databases
in the ../../data/private/ directory.
- Install uv
cdinto this directory (src/notebooks)- Run
uv syncto install dependencies and create the virtual environment (.venv/)
- Open this directory in its own VS Code window (make it the root directory of the window) so that VS Code recognizes the virtual environment in
.venv. - Run any of the notebooks, selecting the appropriate Python kernel within
.venv.