arviz-devs / arviz_dashboard

Bayesian Dashboard built on top of Panel
Apache License 2.0
5 stars 1 forks source link

How to present Dashboard #6

Closed yilinxia closed 1 year ago

yilinxia commented 2 years ago

we need to consider how the dashboard will be shown. We currently have a dashboard embedded within a Jupyter lab (notebook). However, it is important to consider if the dashboard should be used as an extension to Jupyter or as a standalone website.

ndmlny-qs commented 1 year ago

My opinion about this is to choose one platform where we can successfully create a dashboard. As it stands, you have created a successful dashboard in Jupyter. When/If we need to add another platform (e.g. Colab) then we can think about how to achieve this. But for now my opinion is to focus on JupyterLab only, and not as an extension, but as inline interactive dashboards. Again, if we need/want to add the dashboards as Jupyter extensions, then we can, but that is a future decision.

yilinxia commented 1 year ago

Yeah, jupyter extension is a future direction. Right now, if the users install the package then they can call the function to generate a dashboard, which also applies to Colab.

aloctavodia commented 1 year ago

Agreed, we should first target inline interactive dashboards that run on Jupyter.