2025-03-14 21:59:59 -06:00
|
|
|
# streamlit
|
|
|
|
|
|
|
|
|
|
> Framework for creating interactive, data-driven web apps in Python.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://docs.streamlit.io/develop/api-reference/cli>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Check for the Streamlit installation:
|
|
|
|
|
|
|
|
|
|
`streamlit hello`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Run a Streamlit application:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`streamlit run {{project_name}}`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`streamlit --help`
|
|
|
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
|
|
`streamlit --version`
|