Back to Marimo

marimo + pyodide

development_docs/pyodide.md

0.23.5366 B
Original Source

marimo + pyodide

Running the frontend against the latest deploy on PyPi

bash
cd frontend
PYODIDE=true VITE_WASM_MARIMO_PREBUILT_WHEEL=true pnpm dev

Running the frontend against a local backend

bash
# build once
uv build
# server and watch for changes
uv run pyodide/build_and_serve.py
# in another terminal
cd frontend
PYODIDE=true pnpm dev