취미와 밥줄사이

Visual Studio Code에서 Streamlit 설치 및 기본코드 본문

Tools/Visual Studio Code

Visual Studio Code에서 Streamlit 설치 및 기본코드

취미와 밥줄사이 2021. 3. 8. 18:09

1. Visual Studio Code 설치 및 실행하기

 

code.visualstudio.com/download

 

Download Visual Studio Code - Mac, Linux, Windows

Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.

code.visualstudio.com

 

2. pip를 통해서 streamlit 설치하기

 

pip install streamlit

3. streamlit 설치완료시 화면

 

docs.streamlit.io/en/stable/

 

Welcome to Streamlit — Streamlit 0.78.0 documentation

Welcome to Streamlit Streamlit is an open-source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science. In just a few minutes you can build and deploy powerful data apps - so let’s get sta

docs.streamlit.io

4. 기본코드 작성 및 실행 

1) 기본코드 작성

기본코드 작성

2) 웹 어플리케이션 실행

streamlit run "파일명"
streamlit run app.py

웹 어플리케이션 실행코드

 

3)실행화면

실행화면