jekwatt / tech_talks

Collection of resources related to lightning talks for tech sessions
MIT License
0 stars 0 forks source link

streamlit_demo #2

Closed jekwatt closed 4 months ago

jekwatt commented 2 years ago

streamlit - API to quickly build web application and dashboard in Python

Light Up Your Data with Streamlit by Thomas Fan scipy-2021-streamlit

Iris dataset

import streamlit as st

# terminal
streamlit run demo.py --server.runOnSave True

# every time I save the file, the html rendering will also update
--server.runOnSave True
jekwatt commented 4 months ago

I have copied the content of the issue-2/streamlit_demo branch from the tech_talks repository to the new streamlit_sandbox repository. As a result, the issue-2/streamlit_demo branch is no longer needed in tech_talks and will be deleted.

Closing this issue as it is now resolved with the migration to the new repository.