good first issuetype: docstype: enhancement
Repository metrics
- Stars
- (5,722 stars)
- PR merge metrics
- (PR metrics pending)
Description
I believe the combination of hvplot .interactive and Panel is really, really powerful. It's probably the simples, most intuitive and most powerful of all the apis that Panel support.
The only weakness I see is that it has to start with an instance of a DataFrame.
I believe this power should be documented in Panel.
Discussion
I see the following options
- Add it to the APIs user guide.
- Create a seperate user guide. For example
- DataFrame Pipeline
- DataFrame Data Apps
- Add one or more options to the gallery
- Include a copy-pastable example on the home page of panel.
Examples
Gallery .py example
One example is here https://gist.github.com/MarcSkovMadsen/ffb273636dced88705c8c88d5ee28f23.
Feel free to copy or request a PR.
Gallery .ipynb example
One example is here https://gist.github.com/MarcSkovMadsen/e666503df2aa1d8d047dcb9555b5da6d
Feel free to copy or request a PR.