holoviz / panel

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

Add reference notebook or similar for pn.panel #3422

Open MarcSkovMadsen opened 2 years ago

MarcSkovMadsen commented 2 years ago

pn.panel is probably one of the most important and powerful concepts to understand and master.

Searching through the Panel documentation I can only find small one-liners about it.

Please add documentation to explain how to use it and why its so powerful with examples.

Lnk2past commented 2 years ago

I have been meaning to start contributing to Panel for some time, perhaps this is a good one for me to get started with!

Is there some specific set of examples you would like to see? I imagine at a minimum explore rendering different objects, and maybe an example with updating the object attribute. If you have anything specific in mind let me know, otherwise I will just start with something to get it going.