Data visualization projects
Create your virtual env. For example conda create --name meteor python=3.7
. Note that Streamlit needs Python 3.7 to 3.11. Run under that env using conda activate meteor
.
pip install streamlit
streamlit hello
to test that it worked
streamlit run filename.py
- View your webpage on your local URL specified in your terminal.
http://localhost:XXXX
Find more examples of Streamlit app