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
- Host: GitHub
- URL: https://github.com/scverse/scvi-colab
- Owner: scverse
- License: bsd-3-clause
- Created: 2022-03-28T15:45:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-26T18:26:58.000Z (4 months ago)
- Last Synced: 2026-01-27T06:22:07.713Z (4 months ago)
- Language: Python
- Size: 109 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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