Skip to content

jhbale11/All-About-Streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All-About-Streamlit Streamlit App

The fastest way to build and share data apps!

Streamlit은 데이터 사이언티스드가 데이터로 app을 만드는 가장 쉬운 방법입니다!

본 repo는 강력한 시각화 툴인 Streamlit에 대한 스터디 정리입니다.

Streamlit lets you turn data scripts into shareable web apps in minutes, not weeks. It’s all Python, open-source, and free! And once you’ve created an app you can use our Community Cloud platform to deploy, manage, and share your app!

app-gif

Example of live coding an app in Streamlit|635x380

Installation

pip install streamlit
streamlit hello

Streamlit can also be installed in a virtual environment on

Simple Usage

import streamlit as st

x = st.slider('Select a value')
st.write(x, 'squared is', x * x)

Streamlit Study App

jhbale11's Streamlit Study App

app-gif

Side Bar List

  • Welcome : Introduction & References
  • Text : Text elements & st.write method
  • Data : Data Display & Elements Display
  • Chart : Chart Elements
  • Widget : Display Interactive Widgets
  • Sample : Toy project for uber pickup in NYC

I made a sample app, make a simple cheat-sheet for all elements in Streamlit Use app to easily understand all features of powerfull streamlit!

License

MIT

About

오픈소스 Python 시각화 라이브러리 Streamlit 스터디

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages