https://github.com/jrycw/gt-streamlit
Great Tables running in Streamlit
https://github.com/jrycw/gt-streamlit
pandas polars python streamlit tables
Last synced: 4 months ago
JSON representation
Great Tables running in Streamlit
- Host: GitHub
- URL: https://github.com/jrycw/gt-streamlit
- Owner: jrycw
- License: mit
- Created: 2024-08-16T05:25:46.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-10-03T13:58:07.000Z (10 months ago)
- Last Synced: 2025-01-31T13:24:51.392Z (6 months ago)
- Topics: pandas, polars, python, streamlit, tables
- Language: Python
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gt-streamlit
The code for integrating Great Tables with Streamlit is straightforward. The key point to remember is to set `unsafe_allow_html=True` when using `st.write()`. After running the following command, you should see the table displayed in your browser at [http://127.0.0.1:8000](http://127.0.0.1:8000):```bash
streamlit run main.py
```