View source: R/install_interpret.R
install_interpret | R Documentation |
This function will install interpret along with all of its dependencies.
install_interpret(
envname = "r-ebm",
...,
extra_packages = c("plotly>=3.8.1"),
python_version = ">=3.9,<=3.12",
restart_session = TRUE
)
envname |
Name of or path to a Python virtual environment. |
... |
Additional optional arguments. (Currently ignored.) |
extra_packages |
Additional Python packages to install alongside interpret. |
python_version |
Passed on to virtualenv_starter(). |
restart_session |
Whether to restart the R session after installing (note this will only occur within RStudio). |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.