Skip to content

FigureWidget incompatible with ipywidgets version 8 #3863

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

Closed
MarJMue opened this issue Aug 22, 2022 · 1 comment
Closed

FigureWidget incompatible with ipywidgets version 8 #3863

MarJMue opened this issue Aug 22, 2022 · 1 comment

Comments

@MarJMue
Copy link

MarJMue commented Aug 22, 2022

The FigureWidget does not work completely with the newest version of ipywidgets.

Minimal example for jupyter:

import plotly.graph_objects as go

fig = go.Figure()
fig.add_trace(go.Scatter(x=["a","b","c"], y=[1,3,2]))
go.FigureWidget(fig)

The _ipython_display_ method got changed (see).

@MarJMue
Copy link
Author

MarJMue commented Aug 22, 2022

Duplicate of #3686

@MarJMue MarJMue closed this as completed Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant