View source: R/install_modules.R
install_modules | R Documentation |
Runs command line installation of python modules and can select whether to upgrade the python module manager 'pip'.
install_modules(modules, upgrade_pip = T)
modules |
Specify a character vector of all python modules to install |
upgrade_pip |
Specify whether to upgrade the module manager before install i.e. to get the most updated versions for your python version |
Installed python modules
install_modules(modules = c("keras", "tensorflow", "scikit-learn==0.19.1")) install_modules(modules = c("keras", "tensorflow", "scikit-learn==0.19.1"), upgrade_pip = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.