Skip to content

Commit

Permalink
Merge pull request #4968 from plotly/figure-widget-updates
Browse files Browse the repository at this point in the history
Remove mention of fig.show
  • Loading branch information
LiamConnors authored Jan 14, 2025
2 parents c4225c3 + 434423f commit 666c025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/renderers.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Plotly figures can be displayed in [ipywidgets](https://ipywidgets.readthedocs.i

See the [Plotly FigureWidget Overview](https://plot.ly/python/figurewidget/) for more information on integrating `plotly.py` figures with `ipywidgets`.

It is important to note that `FigureWidget` does not use the renderers framework discussed above, so you should not use the `show()` figure method or the `plotly.io.show` function on `FigureWidget` objects.
It is important to note that `FigureWidget` does not use the renderers framework discussed above, so you should not use the `plotly.io.show` function on `FigureWidget` objects.


## Performance
Expand Down

0 comments on commit 666c025

Please sign in to comment.