#' @export execute_py <- function (string) { library(reticulate) cat(py_capture_output(py_run_string(string))) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.