Martha Cryan
Martha Cryan
When I try to follow the link for #1885, it gives me a "Page not found" error. Is that because of permissions? Was it deleted?
Thanks for the issue! Where are you running this code? JupyterLab? VS Code? A python script?
Could you describe the way that you installed anywidget? I was seeing this issue when I installed anywidget while JupyterLab was running without restarting it. I'm curious if restarting JupyterLab...
Thank you for the info @turbotimon! Looks like this is an issue with `plotly.js==3.0.0`, which we updated to for the `plotly.py==6.0.0` release. I'll investigate why this is happening but as...
Update here: looks like there is a PR open that does fix this issue for plotly.js: plotly/plotly.js#7367.
Plotly.js just released the [3.0.1](https://www.npmjs.com/package/plotly.js/v/3.0.1) patch which will fix this! We'll need to update the plotly.js version in plotly.py, so I'll wait on that to close this issue.
@turbotimon Is this now working for you?
Oh interesting @turbotimon I'm seeing the same behavior in colab. This must be a difference in how they handle displaying widgets. I think for now using the `display` function in...
I pinned the requirement in #5096.
From Nate -- I think it's time for a proper AST. We have enough testing / good infrastructure that we will appreciate what we get out of this. Also, it's...