GitXplorerGitXplorer
a

computing-in-context

public
0 stars
1 forks
6 issues

Commits

List of commits on branch main.
Unverified
3e153b721abcf9396251dcb5bd2e99853c56f841

new new open data portal link

aafeld committed an hour ago
Unverified
826bae17a8e9ee73d9b424458e22de969269f5e6

update open data portals link

aafeld committed an hour ago
Unverified
0a21daf907afc4977c9d51a139c58f52a48d39c2

fix broken links

aafeld committed 21 days ago
Unverified
a395ade56dd1dd91dec9819a36ac50a7a7289844

link to materials from first half

aafeld committed 21 days ago
Unverified
976e4411c8cca1fcc47af8808283bc7204951f1c

adjust lecture 23 name

aafeld committed 23 days ago
Unverified
9d8d0ea2d08f4ac30668b927c635e1519ba47686

tweak to wording

aafeld committed a month ago

README

The README file for this repository.

Computing in Context course site

Documentation Status

Built using Jupyter Book.

Setup

  1. Install the dependencies.

    make setup
  2. Activate the environment.

    conda activate computing-in-context

Building the site from scratch and running tests:

make

If just testing a change within a page:

make quick
make lab

Viewing slides

make slides lec=N

Merging notebooks

nbmerge seems to be easier than copying across them.