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

https://github.com/joaopalmeiro/altair-playground-app

An application powered by Streamlit to test different configurations on an Altair chart.
https://github.com/joaopalmeiro/altair-playground-app

altair data-visualization streamlit

Last synced: 2 months ago
JSON representation

An application powered by Streamlit to test different configurations on an Altair chart.

Awesome Lists containing this project

README

          

# altair-playground-app

An application powered by [Streamlit](https://www.streamlit.io/) to test different configurations on an [Altair](https://altair-viz.github.io/) chart.

## Quickstart

If necessary, install [Pipenv](https://github.com/pypa/pipenv), please.

- `pipenv install`
- `pipenv shell`
- `streamlit run app.py`

## Notes

- `pipenv run pip freeze > requirements.txt`