행위

Python streamlit dashboard

DB CAFE

Dbcafe (토론 | 기여)님의 2024년 7월 11일 (목) 18:45 판 (새 문서: = 파이썬 Streamlit 대시보드 개발 = == 설치 == == 실행 방법 == <source lang=python> streamlit run test.py </source> == Streamlit 샘플 == <source lang=python> import s...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
thumb_up 추천메뉴 바로가기


1 파이썬 Streamlit 대시보드 개발[편집]

1.1 설치[편집]

1.2 실행 방법[편집]

streamlit run test.py

1.3 Streamlit 샘플[편집]

import streamlit as st

st.title('Hello Streamlit')