An open API service indexing awesome lists of open source software.

https://github.com/scverse/scvi-colab

Lightweight helper to install scvi-tools in Google Colab
https://github.com/scverse/scvi-colab

Last synced: 4 months ago
JSON representation

Lightweight helper to install scvi-tools in Google Colab

Awesome Lists containing this project

README

          

# scvi-colab

```bash
pip install scvi-colab
```

```python
from scvi_colab import install

# default
install()

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

# A specific PyPI version
install(version="1.2.2")
```

scvi-tools is part of the scverse® project ([website](https://scverse.org),
[governance](https://scverse.org/about/roles)) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/).
If you like scverse® and want to support our mission,
please consider making a tax-deductible [donation](https://numfocus.org/donate-to-scverse)
to help the project pay for developer time, professional services, travel, workshops,
and a variety of other needs.





Copyright (c) 2025, Yosef Lab, Weizmann Institute of Science