This R package provides utilities for installing an isolated "miniconda" Python environment. It is intended mainly for use with the reticulate package, with the particular use case of allowing R users to use R packages that wrap Python libraries without having to worry about maintaining a Python environment.
You can install rminiconda from github with:
devtools::install_github("ki-tools/rminiconda")
This is a basic example which shows you how to solve a common problem:
rminiconda::install_miniconda()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.