ev workshop
Book is available at https://store.metasnake.com/effective-viz
There are a few different options for installation:
- Click on the green "Code" button. Then click on the "Codespaces" tab. Click the "+" button to create a codespace.
- Wait a minute or two for the Codespace to provision
- Open the
viz-workshop.ipynb
notebook
-
Install
uv
as per https://docs.astral.sh/uv/getting-started/installation/ -
Check out this project:
git clone [email protected]:mattharrison/ev_workshop.git
-
Change into the directory of the project:
cd ev_workshop
-
Run
uv sync
to build the environment. -
Launch Jupyter with:
uv run jupyter lab
- Open
viz-workshop.ipynb
notebook
I use the Roboto Condensed font. You will get warnings if you don't have it installed. (The Codespace automatically installs it.)