dash icon indicating copy to clipboard operation
dash copied to clipboard

Data Apps & Dashboards for Python. No JavaScript Required.

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

_Replaces [previous PR](https://github.com/plotly/dash/pull/1784) with squashed commits_ ## Idea Provide non-lossy data exchange between server & renderer client in initial layout and callbacks, namely **_two-way serialization_** that allows either party sends...

feature
P2
community

e.g. ```` # DataFrame serialization example import dash import dash_table as dt import dash_html_components as html from dash.dependencies import Input, Output from dash._utils import serializer import pandas as pd df...

feature
P2
community

Closes #1625 (except the `dash-docs` part - but I can take that after review and if accepted). ## Contributor Checklist - [X] I have broken down my PR scope into...

feature
P2
community

Currently, there is no way to use Selenium grid in a separate container/pod because `BaseDashRunner` assumes that the Dash server will be on localhost relative to the Selenium host. In...

feature
testing
P2
community

Using a callback with no output in Dash 2.17.1 and using a MATCH pattern on the input from a data table prevents dash from loading. **Describe your context** Create a...

bug
P3

**Describe your context** ``` dash 2.17.1 ``` **Describe the bug** 1. create a map with 7 traces and double click on the seventh trace in the legend to hide all...

bug
P3

Closes: #2653 Issue: dcc.Dropdown has inconsistent layout flow compared to other common input components. Changes: render() of dcc.Dropdown and Dropdown.css styled with display set to inline-block. ## Contributor Checklist -...

P2
fix
community

[Issue reported by community on the forum](https://community.plotly.com/t/issue-with-patch-update-in-dash-with-visualisation/85769). @T4rk1n and I took a deeper look into it but we couldn't pinpoint the location of the bug exactly. There may be a...

bug
P3

**Environment** ``` dash 2.17.1 dash-bootstrap-components 1.5.0 dash-bootstrap-templates 1.0.8 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-loading-spinners 1.0.2 dash-table 5.0.0 ``` **Describe the bug** When starting a large Dash app (couple hundred callbacks, large...

bug
P3