Description Usage Arguments Value
This function enables callers to check which versions of Python will be discovered on a system as well as which one will be chosen for use with reticulate.
1 | py_discover_config(required_module = NULL, use_environment = NULL)
|
required_module |
A optional module name that must be available in order for a version of Python to be used. |
use_environment |
An optional virtual/conda environment name to prefer in the search |
Python configuration object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.