We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d8650 commit 3bc3535Copy full SHA for 3bc3535
packages/python/plotly/plotly/missing_anywidget.py
@@ -3,9 +3,9 @@
3
4
class FigureWidget(BaseFigure):
5
"""
6
- FigureWidget stand-in for use when ipywidgets is not installed. The only purpose
+ FigureWidget stand-in for use when anywidget is not installed. The only purpose
7
of this class is to provide something to import as
8
- `plotly.graph_objs.FigureWidget` when ipywidgets is not installed. This class
+ `plotly.graph_objs.FigureWidget` when anywidget is not installed. This class
9
simply raises an informative error message when the constructor is called
10
11
0 commit comments