dash icon indicating copy to clipboard operation
dash copied to clipboard

Data Apps & Dashboards for Python. No JavaScript Required.

Results 557 dash issues
Sort by recently updated
recently updated
newest added

The new release of Flask 2.2 deprecates the `before_first_request` method, which results in a warning upon app creation. ``` dash 2.6.0 flask 2.2.0 ``` Full stack trace: ``` MLVisualizationTools/dashbackend.py:79: in...

**Is your feature request related to a problem? Please describe.** Wrapping a dcc.Loading component around charts and have noticed that the loading animation occurs after every filter change as well...

Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find...

**Is your feature request related to a problem? Please describe.** The DX for using the `pytest` fixture `dash.testing.plugin.dash_duo()` could be improved by providing a `typing.Protocol` to type hint available methods...

**Describe your context** ``` dash 1.20.0 dash-bootstrap-components 0.12.2 dash-core-components 1.16.0 dash-html-components 1.1.3 dash-renderer 1.9.1 dash-table 4.11.3 ``` - if frontend related, tell us your Browser, Version and OS - OS:...

When using `pages` to make a multi page app, one of the nice features is that it automatically validates the layout. However as pointed out in [this forum post](https://community.plotly.com/t/examples-of-multi-page-apps-with-dash-pages/66489/4?u=annmariew) it...

Hey lovely Plotly team! I'm reaching out through the Plot.ly/Dash repo because I think there's a marvelous synergy that could arise between the Plotly/Dash & Cube.js projects and I could...

I followed the steps in https://github.com/plotly/dash/blob/dev/CONTRIBUTING.md (dev) PS D:\ghprj\dash> **npm run build** > build > run-s private::build.* > private::build.components > python dash/development/update_components.py 'all' npx lerna exec --concurrency 3 --scope *@('all')*...

Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find...

moved from https://github.com/plotly/dash-core/issues/214 @alexcjohnson I would expect the Dash app that follows to throw an error when the `dcc.Input` component tries to set `children={"a dict": "is not allowed for children-input"}`....

good first issue