Metadata-Version: 2.4
Name: cellpop
Version: 0.1.1
Requires-Dist: anndata
Requires-Dist: anywidget
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: jupyterlab; extra == 'dev'
Requires-Dist: watchfiles; extra == 'dev'
Description-Content-Type: text/markdown

# Cellpop Widget
This is a Python widget for [CellPop](https://github.com/hms-dbmi/cellpop/), a scalable interactive cell population viewer. It is implemented with [anywidget](https://github.com/manzt/anywidget/). 

## Using the Cellpop Widget
Install CellPop as 
```python
!pip install cellpop==0.1.1
```

Example usage is shown in [example.ipynb](./example.ipynb).

## Contributing to CellPop
We encourage contributions! Please find more info in the [contributing guidelines](./CONTRIBUTING.md).