Command line wrapper to run an R Shiny Server
Project description
rshiny-server-cmd
Command line wrapper to run a named R Shiny Server script/folder.
This project is used in ContainDS Dashboards, which is a user-friendly way to launch Jupyter notebooks as shareable dashboards inside JupyterHub. Also works with Streamlit and other visualization frameworks.
Install and Run
Install using pip.
pip install rshiny-server-cmd
The file to start is specified on the command line, for example:
rshiny-server-cmd ~/Dev/myrfile.R
By default the server will listen on port 8888
To specify a different port, use the --port flag.
rshiny-server-cmd --port=8888 ~/Dev/myrfile.R
To run directly in python: python -m rshiny_server_cmd.main <rest of command line>
Other command line args
--debug
--ip
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for rshiny_server_cmd-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c8bb37cefad874e5bfdea27f9a3ff9556bfdcfa854c1a787e8590d4d7390738 |
|
MD5 | b1ae548c8805336c9ef722c0dd5ec1f7 |
|
BLAKE2b-256 | ffda032d904facf20b314bdbf4ccfb89f12eb3e07835a7401bfb16b9236618fe |