Interactive Jupyter Book companion to the Klotho toolkit — covering the theory and practice of computational music composition.
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