Name | Location | Role |
---|---|---|
Adelle | Bigelow | Participant |
Adam | Bigelow | Participant |
Kasandra | Bigelow | Participant |
The goal is to create an app that will use Streamlit to make it easy to view and explore PACE (Plankton, Aerosol, Cloud, ocean Ecosystem) data, with a focus on algal blooms. The app will let users interact with the data through simple controls like sliders and date selection, and see some updates in real time. It will be easy to use, gathering data from different sources and showing it in a clear way. We worked on building and testing the app, using Streamlit and other libraries, while making sure the data fits together well.
streamlit run --server.runOnSave true app/app.py
git clone repo
b. conda create --name env-name
c. conda activate env-name
d. pip install -r requirements.txt
which can be copied from this repo and customized to include the packages you need
or git clone repo
b. conda env create -f environment.yml
c. conda activate ohw-streamlit
streamlit.py
which you can name whatever you wantstreamlit run streamlit.py
or update to use your file name
If you would like the app to update every time you save (this is good for debugging) run streamlit run --server.runOnSave true streamlit.py
git clone <REPO_NAME>
b. pixi init