Installation¶
Requirements¶
- Python 3.10–3.13
- A Jupyter environment (JupyterLab 4+ recommended)
Basic installation¶
With Scanpy (recommended)¶
Most workflows require Scanpy. Install it alongside SCLab:
With JupyterLab¶
All optional dependencies at once¶
Development installation (uv)¶
If you are working on SCLab itself, clone the repository and install with uv:
Optional: R dependencies¶
Some features require R:
- Differential expression —
pseudobulk_edger,pseudobulk_limma - Imputation — ALRA
See the R Setup guide for instructions.