본문 바로가기
  • 콩's 코딩노트
Streamlit

Streamlit, 스트림릿 설치 방법

by Cong_S 2022. 5. 19.

https://streamlit.io/

 

Streamlit • The fastest way to build and share data apps

Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful web apps in minutes.

streamlit.io

웹 대쉬보드 제작을 위한 라이브러리 Streamlit 을 설치해보자.

 

1. 먼저 홈페이지에 들어가 스크롤을 살짝 내려 

가운데 부분을 클릭해 명령어를 카피하고

 

 

2. anaconda prompt 를 실행해 해당 명령어를 입력하고 실행시켜준다.

 

3. 설치가 끝나면 아래 명령어를 클릭하여 복사한 후 anaconda prompt 에 실행시켜본다.

 

4. 다음과 같은 화면이 뜨면 설치가 성공적으로 끝마친 것이다.

 

5. 이제 코딩 시 import 하여 사용하면 된다.

import streamlit as st

 

댓글