https://github.com/robmarkcole/streamlit-codespace
tryout Streamlit in a Github Codespace
https://github.com/robmarkcole/streamlit-codespace
Last synced: 12 months ago
JSON representation
tryout Streamlit in a Github Codespace
- Host: GitHub
- URL: https://github.com/robmarkcole/streamlit-codespace
- Owner: robmarkcole
- License: apache-2.0
- Created: 2020-10-25T12:16:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-28T11:44:19.000Z (over 5 years ago)
- Last Synced: 2025-06-17T22:09:44.213Z (12 months ago)
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlit-codespace
Goal: develop and test in devcontainer/codespace. Deploy to [streamlit sharing](https://blog.streamlit.io/introducing-streamlit-sharing/)
* [Codespace docs](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces)
* [Streamlit docs](https://docs.streamlit.io/en/stable/)
## Notes
* activate the python3 env: `source pythonenv3.8/bin/activate`
* Install requirements: `pip3 install -r requirements.txt`