michaelbabyn
michaelbabyn
unfortunately the title change using the above workaround gets reverted as soon as the clientside callback exits as you can see by adding an alert: ```python import dash import dash_core_components...
@cldougl , I looked through https://plot.ly/ipython-notebooks/baltimore-vital-signs/ and it's working as it should (in plotly v2.7 and python v2.7 at least). Should I make another issue to remove the warnings and...
I removed all the html files for those old graphWidget examples when I updated the docs but it looks like it didn't get deleted from the [gh-pages branch](https://github.com/plotly/documentation/tree/gh-pages/python/ipython-widgets) after it...
The use case here is a multipage app that generates a graph after being triggered by a button click (which the users presses after secting a couple of other controls...
I modified Celia's example slightly so that it reproduces the desired behaviour in 2.7.0 but it breaks in 2.7.1 ```python from dash import Output, Input, html, dcc, ctx, callback from...
I like `auto_cancel=False` or `allow_concurrent=True` if we wanted to invert it
Here is an example for a workaround to this issue where `selected_row_ids` updates `selected_rows` which then preselects the correct checkboxes. ```python import dash from dash.dependencies import Input, Output, State import...
Hi @xyzzklk , I don't have any issues running that code on ubuntu 22.04/python 3.11.6/chrome in a fresh conda env. I wonder if you're using an old version of jupyter...
yes, it's a handy function :)
ok @archmoj , I just changed the js bundle in those pens to plotly-1.58.4.min.js