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

**Describe your context** ``` dash 2.17.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` **Describe the bug** bool(DashTable) is always False. I can't use `tb or []` for shorthand when there...

bug
feature
P3

Fixes #2846. While I wasn't able to replicate the error from the issue, I did find that `set_progress((no_update, str(total)))` sets the progress to 0: ![image](https://github.com/plotly/dash/assets/33813815/bc85d396-6190-42d1-9b6c-cf7e53ebc7e5) This is because the progress...

P2
fix

**Describe your context** ``` dash 2.17.1 dash_ag_grid 31.2.0 dash-bootstrap-components 1.6.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-mantine-components 0.12.1 dash-table 5.0.0 dash-testing-stub 0.0.2 ``` **Describe the bug** https://github.com/plotly/dash/pull/2795 enabled you to pass a...

bug
good first issue

closes #2889 I had quite a few issues when trying to follow the contributing guide on my Windows system (also because I have very limited experience with working with the...

I have a dcc.Markdown that I want to update based on user input in a Textarea. Everything works correctly besides the code component, which when edited stops showing the correct...

bug

Since dcc.LogoutButton is no longer recommended, it should be removed. The docs page will be redirected to html.Button. https://github.com/plotly/ddk-dash-docs/issues/2603 This is a great "first issue" for anyone looking to contribute,...

good first issue
feature
P3
dash-3.0

In a dash app with a 50 000 point scatter chart in tab 1 and another in tab 2, switching back and forth between those tabs increases the memory footprint...

bug
sev-2
P3

**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.17.1 dash-bootstrap-components...

bug
good first issue

**Describe your context** Please provide us your environment, so we can easily reproduce the issue. ``` dash 2.0.0 dash-bootstrap-components 1.0.0 dash-core-components 2.0.0 dash-daq 0.5.0 dash-google-oauth 1.2 dash-html-components 2.0.0 dash-renderer 1.4.1...

I am trying to create my first contribution to Dash. I work on Windows, but the instructions for setting up the environment on Windows are unclear. Furthermore, one of the...