CoolFace
Datasetpublic

uv-scripts/marimo

Marimo UV Scripts Marimo notebooks that work as both interactive tutorials and batch scripts. What is this? Marimo notebooks are pure Python files that can be: Edited interactively with a reactive notebook interface Run as scripts with uv run - same as any UV script This makes them perfect for tutorials and educational content where you want users to explore step-by-step, but also run the whole thing as a batch job. Available Scripts Script… See the full description on the dataset page: https://huggingface.co/datasets/uv-scripts/marimo.

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes26downloads
6 commits on main
2a3a1cc8mo ago

Handle both 'label' and 'labels' column names in datasets

davanstrien
14544c78mo ago

Fix marimo variable uniqueness (prefix private vars with _)

davanstrien
1160c588mo ago

Add image classifier training tutorial and template

davanstrien, Claude Opus 4.5
e9aa1048mo ago

Simplify getting-started notebook

davanstrien, Claude Opus 4.5
55b755d8mo ago

Add getting-started marimo notebook

davanstrien, Claude Opus 4.5
60f0a918mo ago

initial commit

davanstrien