This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
tj mahr 🦃
tjmahr.com
did:plc:tpgnsvgqsu5b752uud3wmtja
okay, it's probably just a knitr thing
ggplot2::theme_set(ggplot2::theme_dark())
ggplot2::ggplot(mtcars)
knitr::knit(text = "`r library(ggplot2); theme_set(theme_minimal())`", output = NULL)
ggplot2::ggplot(mtcars)
i usually call knitr::knit() in a different session so i forgot about this leak
2025-01-08T20:57:40.254Z