Marimo Background Jobs

This skill should be used when a marimo app (or Python data GUI) must run a long-running or memory-heavy task and show live progress and logs without freezing the UI. Trigger phrases: "show a progress/log panel in marimo", "stream a job's log while it runs", "run the conversion/render/analysis in the background", "poll a job with mo.ui.refresh", "open the generated report or log file in the browser from marimo", "my marimo button blocks the UI", or "the data:/file: log link does not open". Covers the background-subprocess + log-file + refresh-polling + status-callout pattern, including process-group cleanup and serving outputs over a real static HTTP server.

wolski Updated

File contents

wolski/wews_skill_coordinator/tree/main/skills/marimo/skills/marimo-background-jobs commit 1c2ce5baad

Frequently asked questions

npx skillmds@latest add wolski/marimo-background-jobs