Lightweight helper to install scvi-tools in Google Colab.


License
BSD-3-Clause
Install
pip install scvi-colab==0.11.0

Documentation

scvi-colab

!pip install scvi-colab

from scvi_colab import install

# default
install()

# from a GitHub branch
install(branch="0.14.x")

# A specific PyPI version
install(version="0.15.1")