dash_devices
dash_devices copied to clipboard
A fork of plotly/dash to help Dash deal with devices.
This is really a great project and thanks for making it available. But I wonder what the status is. Looking at it today it's 3k+ commits behind the plotly/dash project....
There are some features in newer versions of dash which would be nice to have support for in dash_devices. I'm specifically thinking of the "title" and "update_title" arguments which can...
Resolved: when downgrading from dash version 2.0.0 to 1.12 it worked. Environment: ``` dash 2.0.0 dash-core-components 2.0.0 dash-daq 0.1.7 dash-devices 0.1.4 dash-html-components 2.0.0 dash-renderer 1.0.0 dash-table 5.0.0 ``` - if...
I want to make a button that changes its text upon click and triggers the next callback (plot update) ```python @app.callback( [Output("interval-graph", "disabled"), Output("start-record-button", "buttonText")], [Input("start-record-button", "n_clicks")], [State("interval-graph", "disabled")], )...
Hi, I would like to use [quart_auth](https://pgjones.gitlab.io/quart-auth/) module for login/logout handling. To use this, I need access to the quart application context, but for some reason i cant. Do anyone...
I run the server with this: ```python app.run_server( debug=False, host='0.0.0.0', loop=main_thread_loop, dev_tools_hot_reload=False, ) ``` ## Env: ``` dash 1.13.4 dash-bootstrap-components 0.10.0 dash-core-components 1.10.1 dash-daq 0.5.0 dash-devices 0.1.2 dash-html-components 1.0.3 dash-pivottable...
I have made an attempt to merge v1.12.0 into dev. I have made a few test, and it seems to work.