Command line wrapper to run a Bokeh script/folder at the root URL
Project description
bokeh-root-cmd
Command line wrapper to run a named Bokeh script/folder as root URL.
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 bokeh-root-cmd
The file to start is specified on the command line, for example:
bokeh-root-cmd ~/Dev/mybokehscript.py
By default the server will listen on port 8888
To specify a different port, use the --port flag.
bokeh-root-cmd --port=8888 ~/Dev/mybokehscript.py
To run directly in python: python -m bokeh_root_cmd.main <rest of command line>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bokeh-root-cmd-0.0.1.tar.gz
(6.4 kB
view hashes)
Built Distribution
Close
Hashes for bokeh_root_cmd-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc9e918ccb6fb9f636e415e27da2f4b74cbcc995ca6e24c9068adfa5556a0115 |
|
MD5 | d5e683e32b5c29cb741013bc57ffa93c |
|
BLAKE2b-256 | 45780aa2fe4fc83179eebf520ae2fb061b9f6a3ca9a9a36efb57daa5800c5027 |