Skip to content

andfanilo/streamlit-echarts-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit - Echarts - Demo

Streamlit ECharts demo on Streamlit Sharing

Streamlit App

Install

uv pip install -r requirements.txt

For local development against the streamlit-echarts source:

uv pip install -e ../streamlit-echarts --force-reinstall

To install a pre-release version from TestPyPI:

uv pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ streamlit-echarts

Run

streamlit run app.py

Requirements

  • Python >= 3.10
  • streamlit >= 1.53
  • streamlit-echarts[pyecharts] >= 0.6.0 (v2, with ECharts 6)
  • pyecharts >= 2.0 (pulled in via the [pyecharts] extra)

Contribute

  • Add the example source code in the corresponding module in demo_echarts or demo_pyecharts.
  • Add a line for your demo in ST_xxx_DEMOS at the end of the module.
  • Check that your demo has been added with streamlit run app.py.
  • Request a PR.

Contributors

Languages