From 434423f04148039d4943152260bbbff58acaf1e6 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 14 Jan 2025 12:56:25 -0500 Subject: [PATCH] remove mention of fig.show --- doc/python/renderers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/renderers.md b/doc/python/renderers.md index 4123adbef57..bdf18301dbb 100644 --- a/doc/python/renderers.md +++ b/doc/python/renderers.md @@ -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