Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 완주하지못한선수
- 사이킷런
- 파이썬
- oracle
- openai
- 스프링 부트
- WinError5
- 머신러닝
- 차원증가
- 오라클
- 자바 열거형
- 알고리즘
- 컬렉션 프레임웍
- 스프링 부트3
- 셀레니움
- streamlit
- db
- 사이킷런 회귀
- Selenium
- conda remove
- 컬렉션 인터페이스
- 자바 로그 레벨
- 프로그래머스
- REST API
- h2 데이타베이스
- URI 원칙
- 쓰레드 풀
- Python
- GIT
- Java
Archives
- Today
- Total
노트 :
Streamlit 설치 본문
- vscode에서 Streamlit 설치하기
pip install streamlit
- 터미널에서 streamlit hello를 실행하면 streamlit으로 만든 웹사이트로 이동
streamlit hello
해당 웹사이트에서 Streamlit으로 할 수 있는 작업들을 데모로 볼 수 있다.

Streamlit Docs
Join the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questions
docs.streamlit.io
↑ 위 url로 접속하면, Streamlit의 문서를 볼 수 있다.
'Python' 카테고리의 다른 글
타입 힌트(Type Hint) (0) | 2023.02.23 |
---|---|
Streamlit으로 간단한 웹페이지 만들기 (0) | 2023.01.28 |
Pandas - DataFrame과 list, dict, ndarray 상호 변환 (0) | 2022.11.27 |
Pandas - DataFrame 가공하기(feat.apply()) (0) | 2022.11.06 |
Tqdm - 진행율 표시하기(progress bar) (0) | 2022.10.23 |