Taipy is a Python library to build interactive dashboards.
This small Taipy application showcases Taipy's native scenarios feature. We make use of that feature to stack several scenarios on the same plot.
Taipy is the only known application builder with which you can build such a dashboard. Otherwise you need to hack the tool.
python -m venv venv
pip install -r requirements.txt
python main.py
Well, I got lazy.
While the application is small and simple, it uses some advanced concepts of Taipy. It would be hard to understand just by reading additional comments anyway.
If you are really intersted in understanding how this demo works, I believe more in a one-to-one explanation.
You can reach me on LinkedIn to arrange that: https://www.linkedin.com/in/jean-baptiste-braun-1115a016b/.
You can also reach Taipy on GitHub: https://github.com/Avaiga/.
Taipy's documentation: https://docs.taipy.io/en/latest/.