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

Hi, Just ran into this issue that stems from the two conventions of ``` logger = logging.getLogger(__name__) ``` ``` app = dash.Dash(__name__) ``` and the line https://github.com/plotly/dash/blob/3a1a1c6dbc6cd96040148f927af808c1a60e22f8/dash/dash.py#L217 This results in...

When using pd.Series with missing values encode as pandas.NA everything run fine however the web page display an error as html code (see img bellow). I am not sure if...

feature
dash-dev-tools
P2

In summary I am using Apache as the web-server, but the importing of `app` causes the error: **`'Read-only: can only be set in the Dash constructor or during init_app()'`** This...

## Motivation As dash introduced me to Celery, I am using it to organise compute-intensive calculations in the back of a dashboard. So, I'd love to create some [groups /...

Hello! We love Dash, it's been perfect for our team of Python developers who want to provide rich web frontends. We're coming up against the issue that it's difficult to...

The docs for `dcc.Store` note (at the very bottom): > The maximum browser [storage space](https://demo.agektmr.com/storage/) is determined by the following factors: > Mobile or laptop > The browser, under which...

**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.0.0 A...

When trying to run "Display Simple HoloViews Elements with Dash", need to download missing dependencies for Plotly Dash. After installation, still gives deprecation warning. Link to dash holoviews: https://dash.plotly.com/holoviews. **Reproducable...

**Describe your context** I have a problem with chained callbacks where the last callback is called twice from one UI change. In the documentation I found this https://dash.plotly.com/basic-callbacks where it...

bug

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...

DataTable