dash
dash copied to clipboard
Data Apps & Dashboards for Python. No JavaScript Required.
Hi Dash Admin, Environment ``` Package Version ------------------------- ------- dash 2.6.1 dash-bootstrap-components 0.13.1 dash-core-components 2.0.0 dash-daq 0.5.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` Frontend (P/S: You don't need browser to reproduce...
When investigating https://github.com/plotly/dash-core-components/issues/488 I noticed it does not only apply to using `Location` components, but rather happens when the `Loading` components are in a layout that comes from a function....
Closes #2172 Makes it so that when using `pages`, if `suppress_callback_exceptions=True` the `validation_layout` is not set.
**Environment** ``` dash 2.0.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` - OS: Ubuntu 20.04 - Browser: Chrome - Version 93 **Describe the bug** I have a dash page with...
I want to make an app containing a chain of pages with ordered logical associations. That is, output of page1 will be passed to page2. But when I finished data...
Something funny is going on with async chunks in the latest version of Chrome. It's causing tests `grva004` and `grva005` (about extending/prepending data to traces) to fail. This is a...
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.3.1 dash-bootstrap-components...
I would like to be able to capture keypresses and use them for callbacks. This could be used to make keyboard shortcuts in place of buttons.
Hello Dash Community, Dash v2.3.0 introduced Mathjax support in dcc.Markdown and dcc.Graph which is very nice for producing scientific dashboards. Dash DataTable also provides the Markdown presentation option, but Mathjax...