---------------------------------------------------------------------- This is the API documentation for the gdtest_marimo library. ---------------------------------------------------------------------- ## Functions Public functions greet(name: str) -> str Return a friendly greeting. Parameters ---------- name Who to greet. Returns ------- str The greeting. ---------------------------------------------------------------------- This is the User Guide documentation for the package. ---------------------------------------------------------------------- # Interactive Notebook (Island Mode) The notebook below is embedded with the default island mode. Its cells run in the browser via WebAssembly (Pyodide). {{< marimo file="notebooks/demo.py" >}} # Outputs Only (show-code=false) The same notebook, rendered with the source hidden — useful for dashboard-style presentations. {{< marimo file="notebooks/demo.py" show-code="false" >}} # Full Notebook (Iframe Mode) The same notebook embedded as a **fully editable, reactive** Marimo notebook in a sandboxed iframe (self-hosted WASM, full editor chrome). Edit any cell and press Ctrl+Enter — dependent cells re-run live. {{< marimo file="notebooks/demo.py" mode="iframe" height="760px" >}}