Nathan Drezner
Nathan Drezner
Template app is over at: https://huggingface.co/spaces/plotly/dash-app-template cc @LiamConnors @gvwilson
### Description During initial setup, if a user clicks away from Cap, the window is unrecoverable without quitting and restarting Cap, though audio continues to play. ### Reproduction 1. Clean...
 ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `requirements.txt` --- > [!IMPORTANT] >...
We want to support Ag Grid v33. To achieve this we need: 1. Close #372 2. Set up a `v32` release branch to support `v32` releases in parallel with `v33`...
Slider components, when set with many tick marks, will freeze the UI. While developers may notice this and fix it, in AI systems setting too many tick marks causes problems...
Users might encounter: ``` 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead. ``` in Dash. To ensure forwards compatibility we should update to the new...
We should start exploring React 19 support. React 19 has many changes which may affect how Dash works. We know that component libraries will be affected as `defaultProps` is removed...
We pin `flask` and `werkzeug` to older (3.0.6 / 3.0.3) versions. We should upgrade these. We'll need to ensure compatibility across our ecosystem (OSS and Enterprise libraries). This is likely...
See: https://community.plotly.com/t/plotly-v6-0-figure-resizing-with-ipywidgets/89424 ```python import ipywidgets as widgets import plotly.graph_objs as go from ipywidgets import HTML, VBox fig = go.FigureWidget(data=[go.Scatter(x=[1, 2, 3], y=[4, 5, 6])]) custom_css = """ .plot-container { width:...
Many datasets use full states to define state names. Today, Plotly.js only accepts abbreviations. It would be good to support both so users do not need to perform data transformations...