环境配置

安装

pip install streamlit

测试

streamlit hello

将会启动一个demo

Untitled

Untitled

开始

Hello world

从经典的hello world开始

import streamlit as st

st.write("Hello world!")

接下来需要运行它。不同于往常的python应用直接使用python app.py ,这个需要运行

streamlit run app.py

将得到:

Untitled

使用GitHub Codespaces

Use Community Cloud to develop with GitHub Codespaces - Streamlit Docs

基础

主要概念