This week's lab is meant to introduce you data visualization and Plotly. In particular, we'll cover the following:
- Visualization techniques
- Interactive Visualization
- Using Plotly Express with pandas
(As of January 2026)
- Fork this repository.
- Clone this repository using VS Code or using GitHub.
- See the environment.yml file. Create this environment locally using
conda env create -f environment.ymland load it, or use an existing environment that already has these packages installed. - Edit your repository, commit as you go, and push your changes to your fork.