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>
Other command line args
--allow-websocket-origin
--debug
--ip
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
Built Distribution
Hashes for bokeh_root_cmd-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a418b8a0c39457e9cd7924a2166a2d7cf558e7c45672d76e73870e8a58abd7e7 |
|
MD5 | 5fc3ac18854213f19bdf58fd206e2f12 |
|
BLAKE2b-256 | 409d4e183ee22913fde0367d621824c4651ce0f05d8b267c94e2c0acb7d035f5 |