panel-highcharts icon indicating copy to clipboard operation
panel-highcharts copied to clipboard

a

Open MarcSkovMadsen opened this issue 3 years ago • 0 comments

Request

Make it dead easy to try panel-highcharts. I would like a CLI tool panel-highcharts with the commands

  • hello which panel serves the example notebooks
  • examples which 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-cli should enable plugins. So having one cli to 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.

MarcSkovMadsen avatar Oct 15 '22 17:10 MarcSkovMadsen