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 9c63d78 commit 1ff7464Copy full SHA for 1ff7464
plotly/tests/test_optional/test_ipython/test_widgets.py
@@ -0,0 +1,9 @@
1
+from unittest import TestCase
2
+
3
+from plotly.widgets import GraphWidget
4
5
6
+class TestWidgets(TestCase):
7
8
+ def test_instantiate_graph_widget(self):
9
+ widget = GraphWidget
0 commit comments