Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrycw/gt-streamlit
Great Tables running in Streamlit
https://github.com/jrycw/gt-streamlit
pandas polars python streamlit tables
Last synced: about 1 month 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T17:13:21.000Z (5 months ago)
- Last Synced: 2024-08-23T15:01:44.586Z (5 months ago)
- Topics: pandas, polars, python, streamlit, tables
- Language: Python
- Homepage:
- Size: 8.79 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
```![table](https://raw.githubusercontent.com/jrycw/gt-streamlit/refs/heads/master/gt-streamlit.png)