Skip to content

FigureWidget does not work properly with ipywidgets 8.x #3890

@Alexboiboi

Description

@Alexboiboi

FigureWidget does not work properly with ipywidgets 8.x

import plotly
import plotly.graph_objects as go
import plotly.express as px

print(f"{plotly.__version__=}")
print(f"{ipywidgets.__version__=}")

fig = px.line([1, 2, 3, 4, 6])
fw = go.FigureWidget(fig)
fw

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions