Skip to content

eddmpython/codaro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codaro

Codaro is a programmable notebook editor with two surfaces:

  • Edit for writing and running code/markdown blocks
  • App for hiding code and presenting the same document as a lightweight runtime

Commands

uv run codaro edit path.py
uv run codaro run path.py
uv run codaro export path.py --format marimo

Frontend

The frontend lives in frontend/ and builds into src/codaro/webBuild/.

cd frontend
npm install
npm run build

If the build output is missing, the Python server will try to build it automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors