Luis Chaves Rodriguez
added dev make statement pinning python version and link to diabetes df dataset
17fec11
raw
history blame contribute delete
140 Bytes
local-run:
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app
dev:
uvx --python 3.12 marimo edit --sandbox app.py