From ffeb05ea0bd54662239b679fb6060c39952bd297 Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Wed, 4 Feb 2026 18:30:43 -0800 Subject: [PATCH] Rmd target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 3df86fd..deb9e3e 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,11 @@ jupyter: install ## Install and start jupyter Lab @uv run pip install jupyterlab @uv run jupyter lab +.PHONY: Rmd +Rmd: install ## Install and start jupyter Lab + @uv run pip install jupytext + @uv run jupytext --to Rmd Ch*nb + .PHONY: marimo marimo: install ## Install and start marimo