1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 04:02:09 +02:00
tldr/pages.ko/common/streamlit.md
코드싸이 4b5248236b
common/s*: add and update Korean translation (#14666)
* 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>
2024-11-09 10:41:41 +09:00

370 B

streamlit

Python에서 상호작용하는 데이터 기반 웹 앱을 만드는 프레임워크. 더 많은 정보: https://docs.streamlit.io/.

  • Streamlit 설치 여부 확인:

streamlit hello

  • Streamlit 애플리케이션 실행:

streamlit run {{프로젝트_이름}}

  • 도움말 표시:

streamlit --help

  • 버전 표시:

streamlit --version