1
0
Fork
You've already forked 30239-notes
0
slides & notebooks for CAPP 30239
  • HTML 94.3%
  • Jupyter Notebook 5.7%
2025年12月26日 21:05:48 -06:00
00.value-of-dataviz 02.perception-and-color 2025 2025年10月04日 13:09:17 -05:00
01.gog-altair 02.perception-and-color 2025 2025年10月04日 13:09:17 -05:00
02.perception-and-color 04 2025年10月16日 12:44:37 -05:00
03.charts 04 update 2025年10月18日 00:45:37 -05:00
04.critique add 06 2025年11月12日 23:50:45 -06:00
05.narrative add 06 2025年11月12日 23:50:45 -06:00
06.animation-interaction map demos 2025年11月14日 12:39:49 -06:00
07.web-cartography more examples 2025年11月19日 21:35:13 -06:00
08.uncertainity final 2025年12月26日 21:05:48 -06:00
09.finale final 2025年12月26日 21:05:48 -06:00
examples more examples 2025年11月19日 21:35:13 -06:00
js-misc fixes for tomorrow 2025年11月19日 22:27:15 -06:00
.spellignore 01 2025年09月29日 11:41:39 -05:00
custom-theme.css lecture 00 2025年09月28日 23:53:41 -05:00
Justfile lecture 00 2025年09月28日 23:53:41 -05:00
pyproject.toml lecture 00 2025年09月28日 23:53:41 -05:00
README.md note 2025年09月29日 11:49:09 -05:00
uv.lock move examples together 2025年09月29日 11:44:52 -05:00

30239 Notes Repository

You do not need a Codeberg account to use this repository, simply

git clone https://codeberg.org/jpt/30239-notes

And you'll be able to git pull to keep up to date with weekly updates.

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.