Configure which version of Python to use
1 2 3 4 5 | use_python(python, required = FALSE)
use_virtualenv(virtualenv, required = FALSE)
use_condaenv(condaenv, conda = "auto", required = FALSE)
|
python |
Path to Python binary |
required |
Is this version of Python required? If |
virtualenv |
Directory of Python virtualenv |
condaenv |
Name of Conda environment |
conda |
Conda executable. Default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.