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 | 31 |
Tags
- 자바 로그 레벨
- 쓰레드 풀
- db
- 오라클
- 프로그래머스
- 파이썬
- GIT
- Java
- conda remove
- 셀레니움
- 사이킷런
- openai
- WinError5
- 머신러닝
- REST API
- 스프링 부트3
- 컬렉션 인터페이스
- 스프링 부트
- 컬렉션 프레임웍
- URI 원칙
- 사이킷런 회귀
- 차원증가
- 완주하지못한선수
- 알고리즘
- streamlit
- Python
- h2 데이타베이스
- 자바 열거형
- Selenium
- oracle
Archives
- Today
- Total
노트 :
Streamlit 설치 본문
- vscode에서 Streamlit 설치하기
pip install streamlit
- 터미널에서 streamlit hello를 실행하면 streamlit으로 만든 웹사이트로 이동
streamlit hello
해당 웹사이트에서 Streamlit으로 할 수 있는 작업들을 데모로 볼 수 있다.
↑ 위 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 |