An open API service indexing awesome lists of open source software.

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

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`