This repository includes the visualization of H2Global meets Africa AP4.
With git run:
git clone https://github.com/energyLS/coupling-dash.gitWith conda run:
conda env create -f environment.yamlAnd afterwards, activate the environment:
conda activate coupling-dash You can find results as a dashboard here:
https://coupling.streamlit.app/
This website displays the current, remote version of the branch main. If you want to run the dashboard on your local machine, open the repository terminal and enter:
streamlit run app.py
The code in this repository is licensed under the MIT License, details can be found in the file LICENCE.
Thanks to:
- fneum for his streamlit-tutorial