Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Jupyter Notebooks and other code for Altair-based Interactive UpSet Plots
- Host: GitHub
- URL: https://github.com/hms-dbmi/upset-altair-notebook
- Owner: hms-dbmi
- License: mit
- Created: 2020-04-17T12:25:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T20:36:32.000Z (about 3 years ago)
- Last Synced: 2024-08-04T01:13:37.242Z (6 months ago)
- Topics: altair, gehlenborglab, upset, vega
- Language: Jupyter Notebook
- Homepage: http://upset.plus/covid19symptoms/
- Size: 382 KB
- Stars: 29
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vega - upset-altair-notebook - Implementation and example of the [UpSet](https://jku-vds-lab.at/tools/upset/) chart. (Altair / Notebooks)
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
```