Add marimo target to Makefile (#73)

This commit is contained in:
Thomas Schmelzer
2026-02-03 19:53:08 +04:00
committed by GitHub
parent a6c42bc505
commit 79f38875ed

View File

@@ -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 .