Nothing
python_env <- BasiliskEnvironment(
"fitsne",
pkgname = "snifter",
packages = c(
"opentsne==0.4.3",
"scikit-learn=0.23.1",
if (basilisk.utils::isWindows()) "scipy=1.5.0" else "scipy=1.5.1",
"numpy=1.19.0"
)
)
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.