mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 15:56:51 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/streamlit
Normal file
25
tldr/streamlit
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# streamlit
|
||||
|
||||
> Framework for creating interactive, data-driven web apps in Python.
|
||||
> More information: <https://docs.streamlit.io/>.
|
||||
|
||||
- Check for the Streamlit installation:
|
||||
|
||||
`streamlit hello`
|
||||
|
||||
- Run your Streamlit application:
|
||||
|
||||
`streamlit run {{project_name}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`streamlit --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`streamlit --version`
|
||||
Reference in New Issue
Block a user