uv

Creating self-contained R scripts for rendering Quarto documents using the knitr engine – courtesy of the new R package managers ir and uvr

How to create a self-contained (and optionally executable) R script, which declares the R package dependencies for rendering Quarto documents using the knitr engine. This allows non-technical users to render Quarto documents using the knitr engine without having to install the R packages themselves.

Creating self-contained executable Python scripts for rendering Quarto documents using the Jupyter engine

How to create a self-contained executable Python script, which declares the dependencies for the virtual environment for rendering Quarto documents using the Jupyter engine. This allows non-technical users to render Quarto documents using the Jupyter engine without having to manage the virtual environment themselves.

Running the nbstata Jupyter kernel within a uv virtual environment

How to setup a uv virtual environment to run the nbstata Jupyter kernel.