Rmd target

This commit is contained in:
Jonathan Taylor
2026-02-04 18:30:43 -08:00
parent 1d08236560
commit ffeb05ea0b

View File

@@ -24,6 +24,11 @@ jupyter: install ## Install and start jupyter Lab
@uv run pip install jupyterlab @uv run pip install jupyterlab
@uv run jupyter lab @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 .PHONY: marimo
marimo: install ## Install and start marimo marimo: install ## Install and start marimo