mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
20 lines
370 B
Markdown
20 lines
370 B
Markdown
# streamlit
|
|
|
|
> Python에서 상호작용하는 데이터 기반 웹 앱을 만드는 프레임워크.
|
|
> 더 많은 정보: <https://docs.streamlit.io/>.
|
|
|
|
- Streamlit 설치 여부 확인:
|
|
|
|
`streamlit hello`
|
|
|
|
- Streamlit 애플리케이션 실행:
|
|
|
|
`streamlit run {{프로젝트_이름}}`
|
|
|
|
- 도움말 표시:
|
|
|
|
`streamlit --help`
|
|
|
|
- 버전 표시:
|
|
|
|
`streamlit --version`
|