Move nbformat and metadata blocks to the end of claude/lab02_task3_git_activity.ipynb, normalize whitespace/blank lines, replace em-dash characters with ASCII double-hyphens in markdown, and add an explicit <br> for spacing. Pure formatting and markdown cleanups to keep the notebook structure consistent.
Add a comprehensive README that explains how to prepare a Python virtual environment, install packages, and register an ipykernel for running the lab notebooks in VS Code. Include two starter notebooks: TASK0_Datasaurus_Starter.ipynb (datasaurus warm-up with data loading, summary stats, optional SweetViz report, and faceted scatter plotting) and VisInt_Lab_01_Task_0.ipynb (lab header/metadata). Add .gitignore to exclude a local /.venv directory.