# Constructor -------------------------------------------------------------
new_python_target <- function(x, ..., class = character()) {
new_target(x, ..., class = c(class, "python_target", "python"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.