awesome-panel / panel-chemistry

๐Ÿงช๐Ÿ“ˆ ๐Ÿ. 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.
MIT License
119 stars 16 forks source link

Make it dead easy to try panel-chemistry #34

Closed MarcSkovMadsen closed 2 years ago

MarcSkovMadsen commented 2 years ago

Request

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

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

Additional Context

We should do this in a general way that is consistent with awesome-panel-cli, panel-highcharts etc.

MarcSkovMadsen commented 2 years ago

Solved by the awesome-panel-cli