노트 :

Streamlit 설치 본문

Python

Streamlit 설치

IT_달토끼 2023. 1. 28. 21:35

 

  • vscode에서 Streamlit 설치하기 
pip install streamlit

 

  • 터미널에서 streamlit hello를 실행하면 streamlit으로 만든 웹사이트로 이동
streamlit hello

해당 웹사이트에서 Streamlit으로 할 수 있는 작업들을 데모로 볼 수 있다.

 

Streamlit으로 만든 사이트

https://docs.streamlit.io/

 

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의 문서를 볼 수 있다.