Skip to content
Alexander Refsum Jensenius edited this page Sep 5, 2026 · 4 revisions

Technical documentation for the Creative AI open textbook (source repository).

  • Building the book: local server, HTML builds, executed builds, git hooks
  • Repository structure: what lives where
  • Checks: the tests, the chapter checker, the style checker, and the three workflows
  • Bundled apps: the sixteen browser apps, their conventions, and the licences of their data
  • Writing a chapter: the chapter template and the Markdown-to-notebook converter

The book is written with Jupyter Book v2 and the MyST Markdown authoring system, one notebook per chapter. The HTML build is the one most people want. The apps in book/apps/ are part of the repository and are deployed as separate pages under /apps/, linked from the chapters.

Course administration (teaching notes, Canvas material, the style guide, planning documents) lives in the course team's own folder, not in this repository.

Clone this wiki locally