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 streamlitand - run with
streamlit run app.py(on this branch, whereapp.pyexists)
Any suggestions are highly welcome.
Edited by David Huckebrink

