holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.79k stars 519 forks source link

Add examples of awesome, classic dashboards to the Gallery #1465

Open MarcSkovMadsen opened 4 years ago

MarcSkovMadsen commented 4 years ago

My Pain

The documentation at panel.holoviz.org does not contain any end-to-end examples of nice, classic dashboards with

I believe this is one of the first things a user of Panel would like to create when they have mastered the basics. And putting something like that together from scratch can take some time. But if there are good examples or templates it can now be done pretty fast in Panel.

Solution

Add some end-to-end examples of classic Dashboards to the Gallery.

Extra points awarded for also describing how to create such apps in blog posts :-)

MarcSkovMadsen commented 4 years ago

I would like to contribute one I've created

dashboard-classic (1)

Code: https://github.com/MarcSkovMadsen/awesome-panel/tree/master/application/pages/dashboard

Let me know @philippjfr if this is worth spending time on contributing to the gallery or writing a blog post about.

Let me know All if you have suggestions for improvements.

Thanks.