Go to file
2024-12-14 14:17:21 -06:00
00.value-of-dataviz slide updates 2024-11-13 17:50:35 -06:00
01.gog-altair slide updates 2024-11-13 17:50:35 -06:00
02.perception-and-color slide updates 2024-11-13 17:50:35 -06:00
03.charts slide updates 2024-11-13 17:50:35 -06:00
04.critique slide updates 2024-11-13 17:50:35 -06:00
05.uncertainity slide updates 2024-11-13 17:50:35 -06:00
06.narrative slide updates 2024-11-13 17:50:35 -06:00
11.animation-interaction slide updates 2024-11-13 17:50:35 -06:00
12.gis GIS updates 2024-11-13 17:50:20 -06:00
13.js-mapping JS mapping slides 2024-11-29 19:07:18 -08:00
14.misc final for quarter 2024-12-14 14:17:21 -06:00
15.conclusion final for quarter 2024-12-14 14:17:21 -06:00
examples sorting_and_grouping_bars.ipynb 2024-10-27 18:57:37 -05:00
.gitignore switch to Jupyter, marimo was having strange issues 2024-09-26 15:43:02 -05:00
.python-version copy over 01 and 00 2024-09-25 23:41:41 -05:00
custom-theme.css L02 WIP 2024-09-27 17:28:44 -05:00
Justfile note updates week 3 2024-10-11 12:38:17 -05:00
pyproject.toml 03 WIP 2024-09-27 23:10:24 -05:00
README.md switch to Jupyter, marimo was having strange issues 2024-09-26 15:43:02 -05:00
uv.lock 03 WIP 2024-09-27 23:10:24 -05:00

30239 Notes Repository

How to use this Repo

I will push notes to this repository throughout the quarter, so if you are keeping your own notes in this repository you should generally keep them in separate files to avoid accidental git conflicts.

Either make companion files in each directory, or keep your notes in a separate directory/notebook altogether.

Table of Contents

I will create a directory for each topic, numbered in the order they're introduced.

Inside each directory, you're likely to find:

  • slides.md - My slides in raw markdown.
  • slides.html - My slides converted to a presentation. (using marp) You can open this in your web browser (Type open slides.html from the command line.)
  • *.ipynb - These are Jupyter notebooks (see below).

Not every week will have both slides & a notebook.

Other files, such as images & data will be kept in the appropriate folder.

Jupyter Notebooks

You have a few options for working with .ipynb notebooks:

  • uv run jupyter lab - the newer UI, will start a server and
  • uv run jupyter notebook - the older UI, perfectly functional still
  • VS Code will open these in it's own editor

If you run one of the uv run options, you'll need to navigate to the .ipynb file in the window that opens in your browser.

Note: To stop a server, press Ctrl-C and then 'y' to the prompt.