dash
dash copied to clipboard
Data Apps & Dashboards for Python. No JavaScript Required.
One approach to allow Dash to run serverless is to reimplement the backend to be able to run in a web worker running pyodide, and modify all requests between frontend...
**Environment** ``` dash 2.4.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 plotly 5.8.0 ``` - OS: Arch linux - Browser: Chromium - Version 102.0.5005.61 (Official Build) Arch Linux (64-bit) **Describe the...
I started building my app with JupyterDash. I put the assets in a folder called `assets` next to my notebook. CSS/JS in the assets folder show up in my dash...
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. **ENV** ``` dash 2.5.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` - OS: iOS -...
**Describe your context** ``` dash 1.15.0 dash-core-components 1.11.0 dash-html-components 1.1.0 dash-renderer 1.7.0 dash-table 4.10.0 ``` **Describe the bug** In version 4.9.0 of the Dash editable DataTable, the cursor can be...
**Describe your context** I am used to developing my dash apps remotely where I use port forwarding from a linux to a win10 machine. When building a new one I...
Hi, is it possible to make an example of click&drag scatter points [with](url) a callback to the server to update, for example, a spline? you can find the same example...
``` dash 2.1.0 dash-bootstrap-components 1.0.3 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 pytest 7.0.1 ``` **Describe the bug** It seems that dash testing utils don't work property with All-in-One components. For...
It seems that `dcc.Dropdown` currently doesn't support optgroups. ``` from dash import Dash import dash_html_components as html import dash_core_components as dcc app = Dash(__name__) app.layout = dcc.Dropdown( id="dropdown", options=[ {...
Hi, I am trying to plot an azimuth and elevation graph, and so I am trying to customize my radial axis. Basically I want the units/numbers on the radial axis...