Draft: Feature/dashboard
The goal is a dashboard, that enables
- a quick overview of result files or scenarios (like in the screenshots below), and
- display the code used for it, to enable a better quickstart into results analysis.
It uses streamlit, which can be
- installed with
pip install streamlit
and - run with
streamlit run app.py
(on this branch, whereapp.py
exists)
Any suggestions are highly welcome.
Edited by David Huckebrink