취미와 밥줄사이
Visual Studio Code에서 Streamlit 설치 및 기본코드 본문
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 설치완료시 화면
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)실행화면
'Tools > Visual Studio Code' 카테고리의 다른 글
[Errors] - vscode 자동완성 안될 때 해결책 (0) | 2021.05.04 |
---|---|
[VScode] - Jupyter Notebook 사용하는 법 (0) | 2021.04.30 |
[Errors] Kernel died with exit code 1 (2) | 2021.04.30 |
[ VSCode ] GitHub로 Push하기 (0) | 2021.03.17 |
[vscode] - 한글버젼 사용하기 (0) | 2021.03.17 |