Streamlit ECharts demo on Streamlit Sharing
uv pip install -r requirements.txtFor local development against the streamlit-echarts source:
uv pip install -e ../streamlit-echarts --force-reinstallTo 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-echartsstreamlit run app.py- Python >= 3.10
streamlit >= 1.53streamlit-echarts[pyecharts] >= 0.6.0(v2, with ECharts 6)pyecharts >= 2.0(pulled in via the[pyecharts]extra)
- Add the example source code in the corresponding module in
demo_echartsordemo_pyecharts. - Add a line for your demo in
ST_xxx_DEMOSat the end of the module. - Check that your demo has been added with
streamlit run app.py. - Request a PR.