We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
FigureWidget