Codaro is a programmable notebook editor with two surfaces:
Editfor writing and running code/markdown blocksAppfor hiding code and presenting the same document as a lightweight runtime
uv run codaro edit path.py
uv run codaro run path.py
uv run codaro export path.py --format marimoThe frontend lives in frontend/ and builds into src/codaro/webBuild/.
cd frontend
npm install
npm run buildIf the build output is missing, the Python server will try to build it automatically.