๐งช๐ ๐. The purpose of the panel-chemistry project is to make it really easy for you to do DATA ANALYSIS and build powerful DATA AND VIZ APPLICATIONS within the domain of Chemistry using using Python and HoloViz Panel.
Make it dead easy to try panel-chemistry. I would like a CLI tool panel-chemistry with the commands
hello which panel serves the example notebooks
examples which copies the example notebooks to /examples/panel-chemistry.
Motivation
Currently there is some friction to try out panel-chemistry. 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-highcharts etc.
Request
Make it dead easy to try panel-chemistry. I would like a CLI tool
panel-chemistry
with the commandshello
which panel serves the example notebooksexamples
which copies the example notebooks to/examples/panel-chemistry
.Motivation
Currently there is some friction to try out panel-chemistry. 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
andRich
to the package if we implement it like theawesome-panel-cli
.Alternatives
awesome-panel-cli
should enable plugins. So having onecli
to collect everything. But I thinkAdditional Context
We should do this in a general way that is consistent with
awesome-panel-cli
,panel-highcharts
etc.