Nothing
# conda_path <- function(){
# ## Use sys var
# conda <- Sys.getenv("CONDA")
# if(conda!=""){
# options(reticulate.conda_binary = conda)
# return(conda)
# }
# ## Use reticulate
# conda <- reticulate::conda_binary()
# if(file.exists(conda)){
# return(conda)
# } else {
# stop("Unable to find conda binary. Please set reticulate.conda_binary")
# }
# }
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.