https://github.com/quansight/panel-deploy
Generic deployment scripts for Panel projects
https://github.com/quansight/panel-deploy
Last synced: over 1 year ago
JSON representation
Generic deployment scripts for Panel projects
- Host: GitHub
- URL: https://github.com/quansight/panel-deploy
- Owner: Quansight
- Created: 2020-01-08T16:53:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T16:06:02.000Z (over 6 years ago)
- Last Synced: 2025-03-10T15:17:10.427Z (over 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
panel-deploy
-------
`panel-deploy` is a click-based cli for deploying panel applications.
### Install from Github
```bash
git clone https://github.com/Quansight/panel_deploy && cd panel_deploy && pip install -e .
```
### Add Usage Example Here
panel-deploy --environment_file_path /your/application/environment.yml
--notebook_file_path /your/application/notebook.ipynb
--server_ip 192.167.56.54
--notebook_name iris_kmeans.ipynb
--conda_env_name panel iris_kmeans
### Options
```bash
panel-deploy --help
Usage: panel-deploy [OPTIONS]
Options:
--environment_file_path TEXT
--notebook_file_path TEXT
--server_ip TEXT
--notebook_name TEXT
--conda_env_name TEXT
--server_name TEXT
--use_ssl TEXT
--ssl_certificate TEXT
--ssl_certificate_key TEXT
--current_user TEXT
--secret_key TEXT
--user_password TEXT
```