panel-highcharts
panel-highcharts copied to clipboard
a
Request
Make it dead easy to try panel-highcharts. I would like a CLI tool panel-highcharts with the commands
hellowhich panel serves the example notebooksexampleswhich copies the example notebooks to/examples/panel-highcharts.
Motivation
Currently there is some friction to try out panel-highcharts. You have to open Binder (slow) or download the notebooks from github. It takes some time and some users might now how to do or understand its possible. You can also git clone the repo. There are 4 commands you have to execute and it might fail.
Drawbacks
It would add dependencies like Typer and Rich to the package if we implement it like the awesome-panel-cli.
Alternatives
- Not do it.
- I've also considered whether the
awesome-panel-clishould enable plugins. So having oneclito collect everything. But I think
Additional Context
We should do this in a general way that is consistent with awesome-panel-cli, panel-chemistry etc.