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