We want to
- make it super simple to develop high-quality Panel data apps.
We provide
- an opinionated command line interface (CLI)
pnand - a set of best practice templates
This project draws inspiration from other CLI tools like Angular CLI, Django management commands, django-simple-deploy and React Create App.
Please support Panel and awesome-panel by giving the projects a star on Github:
Thanks
If you are looking to contribute to this project you can find ideas in the issue tracker. To get started check out the DEVELOPER_GUIDE.
I would love to support and receive your contributions. Thanks.
Install the CLI.
pip install awesome-panel-cli[all]Serve the examples
pn helloClick the button
Try running the commands below
pn --helppn create --helppn create app --helpRun
pn create app streaming_indicatorsServe
panel serve streaming_indicators.pyIf you want to try out or test the newest features you can install the current master branch via
pip install pip -U
pip install git+https://github.com/awesome-panel/awesome-panel-cli.git





