Skip to main content

Command line wrapper to run a named Plotly Dash script inside a Tornado server

Project description

plotlydash-tornado-cmd

Command line wrapper to run a named Plotly Dash script inside a Tornado server.

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 plotlydash-tornado-cmd

The file to start is specified on the command line, for example:

plotlydash-tornado-cmd ~/Dev/mydashscript.py

By default the server will listen on port 8888, importing the Dash app named 'app', or locating the first dash.Dash object that it can find otherwise.

To specify a different port, use the --port flag.

To explicitly specify the name of your dash.Dash app, use the --server-name flag.

plotlydash-tornado-cmd --server-name=app --port=8888 ~/Dev/mydashscript.py

To run directly in python: python -m plotlydash_tornado_cmd.main <rest of command line>

Changelog

  • v0.0.6 Change CWD to script's folder, and also add that folder to the Python search path.

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

plotlydash-tornado-cmd-0.0.6.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

plotlydash_tornado_cmd-0.0.6-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page