# streamlit_learn **Repository Path**: leierqiang/streamlit_learn ## Basic Information - **Project Name**: streamlit_learn - **Description**: 11111111111111111111111111 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-30 - **Last Updated**: 2023-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # streamlit_learn # 1.准备环境+查文档 ## 官网 https://www.streamlit.io ## 中文的文档: ### 东北大学的一个团队翻译的,在github https://github.com/wanghanbinpanda/Streamlit-Documentation-Chinese 运行 ```shell # Running python -m streamlit run your_script.py # is equivalent to: streamlit run your_script.py ``` # 2.查看demo效果 ```commandline streamlit hello ``` # 3.仔细看下API