I am currently using Python for my final year project and need to present my finding through a Dashboard.
Do you know if its possible to mirror graphs created on python onto Dash?
I am currently using Python for my final year project and need to present my finding through a Dashboard.
Do you know if its possible to mirror graphs created on python onto Dash?
Hi @sAhmed I would recommend checking out Grafana and Graphite. Dash 0.17 supports logging metrics from dashd to these databases and graphing solutions, similar to the Statoshi project for Bitcoin at https://statoshi.info/. Since they have good Python support libraries, you could then work with the data from the Graphite source. A sample dashboard installer is available here: https://github.com/strophy/mn-bootstrap/tree/feature-statodashi