From 79f38875edc048bc631d237c851716a6af51ed0d Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Tue, 3 Feb 2026 19:53:08 +0400 Subject: [PATCH] Add marimo target to Makefile (#73) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 7ffd70f..979800a 100644 --- a/Makefile +++ b/Makefile @@ -21,3 +21,8 @@ help: ## Display this help screen jupyter: install ## Install and start jupyter Lab @uv run pip install jupyterlab @uv run jupyter lab + +.PHONY: marimo +marimo: install ## Install and start marimo + @uv run pip install marimo + @uv run marimo edit --no-token --headless .