The references in this document can be used to build a dashboard template using ArviZ and Panel. For a clearer understanding of how you can contribute to the ArviZ Dashboard Project, you can also consult the contributing guide contributing guide.
Currently, we implemented dashboards using Panel + Matplotlib / Bokeh. Before designing the dashboard, you probably need to get familiar with
- Dashboard Frameworks Dashboard Frameworks
- Dashboard Components Panel Widgets
- Dashboard Interaction Panel Depends , Panel Interact, Panel Link
- Jupyter Widget ipywidget
Implementing Dashboard is usually demand-motivated. In other words, we should get familiar with the ArviZ visualizations and their purpose. It is highly recommended to read Bayesian Modeling and Computation in Python and play with the code