psystat
close
프로필 배경
프로필 로고

psystat

  • 아카이브 (170)
    • 위스키 (16)
    • 해외여행 (17)
      • 보라카이 (6)
      • 후쿠오카 (2)
      • 삿포로 (3)
      • 가고시마 (6)
    • 데이터분석 (112)
      • Quant (29)
      • XAI (3)
      • ISLR (4)
      • 통계 체크리스트 (1)
      • Credit Scoring (2)
      • Python (25)
      • R (4)
      • SQL (36)
      • Kaggle & Dacon (2)
      • Linux (1)
    • 이것저것 (20)
    • Tistory (4)
  • 홈
  • ABOUT
[streamlit] 튜토리얼 > 동적 탐색 메뉴 만들기

[streamlit] 튜토리얼 > 동적 탐색 메뉴 만들기

[출처] https://docs.streamlit.io/develop/tutorials/multipage/dynamic-navigation Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io 1. Intro st.navigation을 사용하면 동적 ..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 9. 19.
  • textsms
[streamlit] 튜토리얼 > 스트리밍 fragment 시작 및 중지

[streamlit] 튜토리얼 > 스트리밍 fragment 시작 및 중지

[출처] https://docs.streamlit.io/develop/tutorials/execution-flow/start-and-stop-fragment-auto-reruns Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io1. IntroStr..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 9. 19.
  • textsms
[streamlit] 튜토리얼 > 여러 컨테이너에 걸쳐 fragment 생성

[streamlit] 튜토리얼 > 여러 컨테이너에 걸쳐 fragment 생성

[출처] https://docs.streamlit.io/develop/tutorials/execution-flow/create-a-multiple-container-fragment Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io1. IntroSt..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 9. 19.
  • textsms
[streamlit] 튜토리얼 > fragment 내부에서 전체 스크립트 재실행 트리거하기

[streamlit] 튜토리얼 > fragment 내부에서 전체 스크립트 재실행 트리거하기

[출처] https://docs.streamlit.io/develop/tutorials/execution-flow/trigger-a-full-script-rerun-from-a-fragment Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io1. ..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 9. 17.
  • textsms
[streamlit] 앱 디자인 > Animate and update elements

[streamlit] 앱 디자인 > Animate and update elements

[출처] https://docs.streamlit.io/develop/concepts/design/animate Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io차트나 데이터 프레임을 표시하고 앱이 실행되는 동안 실시간으로 수정하려는 경우가 있습니..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 9. 15.
  • textsms
[streamlit] 다중 페이지 앱에서 위젯으로 작업하기

[streamlit] 다중 페이지 앱에서 위젯으로 작업하기

[출처] https://docs.streamlit.io/develop/concepts/multipage-apps/widgets Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io스트림릿 앱에서 위젯을 생성하면 스트림릿은 위젯 ID를 생성하고 이를 사..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 9. 13.
  • textsms
[streamlit] pages/ 디렉토리를 사용하여 멀티 페이지 앱(multi page apps) 만들기

[streamlit] pages/ 디렉토리를 사용하여 멀티 페이지 앱(multi page apps) 만들기

[출처] https://docs.streamlit.io/develop/concepts/multipage-apps/pages-directory Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io다중 페이지 앱을 선언하는 가장 사용자 정의 가능한 방법은..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 9. 13.
  • textsms
[streamlit] st.Page 및 st.navigation으로 다중 페이지 앱(multi page apps) 정의하기

[streamlit] st.Page 및 st.navigation으로 다중 페이지 앱(multi page apps) 정의하기

[출처] https://docs.streamlit.io/develop/concepts/multipage-apps/page-and-navigation Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.iost.Page 및 st.navigation은 다중 ..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 9. 10.
  • textsms
[streamlit] Streamlit 실행 모델로 작업하기 - Forms

[streamlit] Streamlit 실행 모델로 작업하기 - Forms

[출처] https://docs.streamlit.io/develop/concepts/architecture/forms Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io사용자가 입력할 때마다 스크립트를 다시 실행하고 싶지 않다면 st.form이 도..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 9. 8.
  • textsms
[streamlit] Streamlit 기초 개념

[streamlit] Streamlit 기초 개념

https://docs.streamlit.io/get-started/fundamentals/main-concepts Streamlit DocsJoin the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questionsdocs.streamlit.io1. Development flow앱을 업데이트할 때마다 소스 파일을 저장하세요. ..

  • format_list_bulleted 데이터분석/Python
  • · 2024. 8. 14.
  • textsms
  • navigate_before
  • 1
  • 2
  • navigate_next
공지사항
전체 카테고리
  • 아카이브 (170)
    • 위스키 (16)
    • 해외여행 (17)
      • 보라카이 (6)
      • 후쿠오카 (2)
      • 삿포로 (3)
      • 가고시마 (6)
    • 데이터분석 (112)
      • Quant (29)
      • XAI (3)
      • ISLR (4)
      • 통계 체크리스트 (1)
      • Credit Scoring (2)
      • Python (25)
      • R (4)
      • SQL (36)
      • Kaggle & Dacon (2)
      • Linux (1)
    • 이것저것 (20)
    • Tistory (4)
최근 글
인기 글
최근 댓글
태그
  • #MariaDB
  • #python
  • #마리아DB
  • #sql
  • #SQLD
  • #R
  • #mysql
  • #글또
  • #streamlit
  • #위스키
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바