develop and serve Plotly Dash apps in Jupyter Notebook
Project description
dashserve supports developing and serving Plotly Dash apps within Jupyter Notebook and JupyterLab. dashserve can also serialize Dash apps to a file and serve it using your favorite WSGI server.
Documentation https://omegaml.github.io/dashserve
Run from within Jupyter Notebook or Jupyter Lab
# in Jupyter Notebook
from dashserve import JupyterDash
app = JupyterDash(__name__)
app.layout = html.Div(children=[
...
]
app.run_server()
* Serving Flask app "__main__" (lazy loading)
* Environment: production
WARNING: Do not use the development server in a production environment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)
More options are available, see documentation
License
dashserve is MIT licensed. Details see LICENSE file
Note Plotly Dash is Copyright (c) 2018 Plotly Inc, and is not part of dashserve
Commercial options
dashserve is brought to you by omega|ml - productize machine learning
The commercial version of dashserve is a module of omega|ml to provide multi-user analytics dashboards, enterprise-grade security, full data integration and machine learning applications. From laptop to web scale, all deployed with a single-line of code.
We can help you build and deploy analytics applications easily. Get in touch at info@omegaml.io or chat with us at http://omegaml.io
Serving machine learning models to applications via a state-of-the art REST API
Getting your data science team from zero to speed using omega|ml, batteries included
Consulting on data science, visualizations using Plotly and machine learning
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
File details
Details for the file dashserve-0.2.1.tar.gz
.
File metadata
- Download URL: dashserve-0.2.1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5669d0e33389023ce9e7deec7e71ef4fc69264013830525a241ae9bba030951f |
|
MD5 | 55405cb84ef22840ab6d2febc8692319 |
|
BLAKE2b-256 | ba4f23b9cb9a41865a9bd31d80f8d5a4509bf4f0fdeb6a6f2f0f544662239ed5 |
File details
Details for the file dashserve-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: dashserve-0.2.1-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3e8424547a4da651f39a1938197bc239dc9d6894e072d86451b0d04d5464e10 |
|
MD5 | 398bb96e177fc38a220a58c6d1975228 |
|
BLAKE2b-256 | 36ccf3b2167e0df4740e7260fe1b94987d85be0fc992b43de8b37c5bb9365256 |