#' Get the default version of Python used
#' @return the default version of Python used as a string
#' @examples
#' get_default_python_version()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_python_version <- function() {
"3.6"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.