StreamLit 설치 : https://streamlit.io
Streamlit • A faster way to build and share data apps
Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver interactive data apps – in only a few lines of code.
streamlit.io
아래 체크 표시 돼있는 코드를 눌러준다.
누르면 자동으로 코드가 복사 됨.

아나콘다 프롬프트를 열고
내가 만든 가상환경 위치에서 위 설치코드를 붙여넣고 설치해준다.

이렇게 하면 내 가상환경에 streamlit이 설치가 된거다.
'python, streamlit' 카테고리의 다른 글
| streamlit의 button, radio 함수 (0) | 2025.01.31 |
|---|---|
| 웹 화면에 데이터프레임 표시하기 (0) | 2025.01.31 |
| 웹 화면에 표시하는 streamlit의 함수들 (0) | 2025.01.31 |
| [Jupyter Notebook-python] : 파이썬 기초(기본 데이터 타입, 변수, 숫자, 연산) (0) | 2025.01.23 |
| [Jupyter Notebook-python] : Anaconda 설치 및 실행하기 (0) | 2025.01.22 |