dash
dash copied to clipboard
Data Apps & Dashboards for Python. No JavaScript Required.
Hello, First, thank you for your amazing work on Dash. **Describe your context** ``` dash 2.17.1 dash_ag_grid 31.2.0 dash-bootstrap-components 1.4.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 jupyter-dash 0.4.2 ``` Browser:...
**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.18.1 A...
I did a Quick-Fix to solve this issue for myself (see below), but I like to share my findings here and give opportunity to fix this properly. **Describe your context**...
Hello! ``` dash 2.18.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` - if frontend related, tell us your Browser, Version and OS - OS: macOS Sonoma - Browser: Tested in...
Add a default background manager using diskcache, would write to `~/.cache/dash/${hash_of_app_directory}/` on linux or the appdata folder on windows. This would allow to use `@callback(..., background=True)` without having to setup...
When an app is deployed and a callback takes more 30 seconds (default timeout for most servers), it fails with a timeout error. When in development, we should warn that...
For example, I currently have a dcc.Store component in the application. The Store component stores the data that is required for most callbacks. In the current application, I have to...
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. ``` dash 2.18.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` - if frontend related, tell...
dash 2.18.0 dash-bootstrap-components 1.6.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 Chrome, Windows **Describe the bug** For this dcc.Dropdown: `dcc.Dropdown(options=['1', '11 Text', '12', '110', '111', '112']) ` The desired order is...
Remove the old component loader, old libraries which do not generate the python components will be unsupported. - [x] Deprecate component loader. - [ ] Remove component loader for dash...