Description Usage Arguments Value See Also Examples
View source: R/reticulate_setup.R
Selects a virtual environment with Python packages used in singleCellTK
1 | selectSCTKVirtualEnvironment(envname = "sctk-reticulate")
|
envname |
Character. Name of the virtual environment to activate. |
None. Selects virtual environment.
See sctkPythonInstallVirtualEnv
for installation of Python modules into a virtual environment.
Seevirtualenv-tools
for more information on using virtual environments with package reticulate
.
See https://rstudio.github.io/reticulate/ for more information on package reticulate
.
1 2 3 4 5 | ## Not run:
sctkPythonInstallVirtualEnv(envname = "sctk-reticulate", selectEnvironment = FALSE)
selectSCTKVirtualEnvironment(envname = "sctk-reticulate")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.