conda_setenv <- function(conda_env=NULL){
python <- echoconda::find_python_path(conda_env = conda_env)
Sys.setenv(python=python)
Sys.setenv(PATH=paste(dirname(python),Sys.getenv("PATH"),sep = ':'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.