Uses specified pip or conda executable (default: pip3) to install all required python modules. When using conda, the currently active environment is used. Commands run are 'pip install -r requirements' or 'conda install –file requirements'. Installs the following requirements: - numpy - tqdm - python-igraph - ray
1 | install_python_dependencies(package_manager = "pip3")
|
package_manager |
The package manager command or path to use (default: pip3) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.