activate_python | R Documentation |
This function activates a Python environment (default: "seuratextend")
activate_python(conda_env = "seuratextend", verbose = TRUE, packages = c("os"))
conda_env |
Character string specifying the conda environment name. Default is "seuratextend". |
verbose |
Logical indicating whether to print status messages. Default is TRUE. |
packages |
Character vector of Python packages to import. |
Invisible TRUE if successful
## Not run:
activate_python()
activate_python(conda_env = "my_custom_env", verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.