Contributing¶ Modify the UI¶ Run marimo in edit mode to change the UI. Switch to the app-view to modify the layout. marimo edit --watch notebooks/ui.py Coding Style¶ Please use ruff for linting. Doc strings should use google style. Pre-commit hooks are used to enforce linting.