View source: R/client_api_scaffold.R
by default using conda with the default settings is recommended. This will create a verta_reticulate conda env, and the verta python client will be installed there. If the method is auto or python, we'll try to install verta using pip or pip3. If python_path is not provided, we'll try to find it.
1 2 3 4 5 6 7 8 9 | init_verta(
HOST,
method = "conda",
conda = "auto",
envname = "verta_reticulate",
extra_packages = NULL,
conda_python_version = "3.9.5",
python_path = NULL
)
|
HOST |
The |
method |
- auto, virtualenv,conda or python -default conda |
conda |
- path to conda executable |
envname |
name of the conda environment |
python_path |
path, optional |
python |
one of [python,conda, miniconda, venv] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.