-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jupyter Plotly JSON mime renderer does not update #3053
Comments
Investigated googlecolab/colabtools#2020 which appears to be related. I believe the root of this is that That method is deprecated, with The issue as far as I can see is that A simplified example which shows the difference between the two mechanisms with display handles in play: |
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson |
When displaying some plotly JSON content the viewport does not update on subsequent changes of the data. However closing and reopening the notebook does indeed display the updated plot, suggesting that there might be a problem with the renderer itself.
Example code:
No error is reported in the developer console
Environment:
Output of command
jupyter labextension list
:The text was updated successfully, but these errors were encountered: