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.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/altair-playground-app
- Owner: joaopalmeiro
- License: mit
- Created: 2020-07-08T16:00:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:05:21.000Z (over 3 years ago)
- Last Synced: 2025-03-26T05:26:25.376Z (over 1 year ago)
- Topics: altair, data-visualization, streamlit
- Language: Python
- Homepage: https://altair-playground.herokuapp.com/
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`