Skip to content

Lightweight helper to install scvi-tools in Google Colab

License

Notifications You must be signed in to change notification settings

scverse/scvi-colab

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")