Interactive Jupyter Book companion to the Klotho toolkit, covering theory and practice of computational music composition. This is a work in progress, but will ultimately cover such topics as foundational graph structures, formal grammars, evolutionary algorithms, quantum fields, and beyond.
You can read the interactive book online — no installation required.
Read online: https://kr4g.github.io/klotho-book/
The following is only needed if you want to run or modify the notebooks locally.
Install dependencies and Klotho:
pip install -r binder/requirements.txt
pip install -e /path/to/KlothoRe-execute all notebooks:
./rebuild_tutorials.shBuild the site locally:
npm install -g mystmd
myst build --html