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 3840a85 commit e8aebaaCopy full SHA for e8aebaa
plotly/widgets/__init__.py
@@ -1 +1 @@
1
-from . graph_widget import Graph
+from . graph_widget import GraphWidget
plotly/widgets/graph_widget.py
@@ -23,7 +23,7 @@
23
__all__ = None
24
25
26
-class Graph(widgets.DOMWidget):
+class GraphWidget(widgets.DOMWidget):
27
"""An interactive Plotly graph widget for use in IPython
28
Notebooks.
29
"""
0 commit comments