Skip to content

FigureWidget.show() returns a Figure instead of a FigureWidget #4854

Closed
@marthacryan

Description

@marthacryan

If you run:

fig = go.FigureWidget()
fig.show()

you get a non-interactive figure.
If you run:

fig = go.FigureWidget()
fig

you get an interactive figure widget. This confused me and could lead to people having issues using FigureWidget.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2considered for next cyclebugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions