Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hms-dbmi/upset-altair-notebook

Jupyter Notebooks and other code for Altair-based Interactive UpSet Plots
https://github.com/hms-dbmi/upset-altair-notebook

altair gehlenborglab upset vega

Last synced: about 2 months ago
JSON representation

Jupyter Notebooks and other code for Altair-based Interactive UpSet Plots

Awesome Lists containing this project

README

        

# upset-altair-notebook [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hms-dbmi/upset-altair-notebook/master?filepath=index.ipynb)

Jupyter Notebooks for Altair-based Interactive UpSet Plots

## Development
### Notebook
Set up environments using Conda:

```sh
conda env create -f environment.yml
```

Start Jupyter with the Python kernel:

```sh
conda activate upset-altair-env
jupyter notebook
```