数据看板 安装环境 pip install -r /path/to/requirements.txt 运行 streamlit run streamlit_navigation.py 导出环境 使用 pipreqs 导出依赖环境 # 安装pipreqs pip install pipreqs # 导出requirements.txt pipreqs . --force