View source: R/reticulate_setup.R
selectSCTKConda | R Documentation |
Selects a Conda environment with Python packages used in singleCellTK
.
selectSCTKConda(envname = "sctk-reticulate")
envname |
Character. Name of the conda environment to activate. |
None. Selects Conda environment.
conda-tools
for more information on using Conda environments with package reticulate
.
See https://rstudio.github.io/reticulate/ for more information on package reticulate
.
See sctkPythonInstallConda
for installation of Python modules into a Conda environment.
Seeconda-tools
for more information on using Conda environments with package reticulate
.
See https://rstudio.github.io/reticulate/ for more information on package reticulate
.
See https://docs.conda.io/en/latest/ for more information on Conda environments.
## Not run:
sctkPythonInstallConda(envname = "sctk-reticulate", selectConda = FALSE)
selectSCTKConda(envname = "sctk-reticulate")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.