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.
2 parents a2670b0 + 30dbd63 commit ffb571bCopy full SHA for ffb571b
1 file changed
packages/python/plotly/plotly/basewidget.py
@@ -142,6 +142,9 @@ def __init__(
142
# views of this widget
143
self._view_count = 0
144
145
+ def show(self, *args, **kwargs):
146
+ return self
147
+
148
# Python -> JavaScript Messages
149
# -----------------------------
150
def _send_relayout_msg(self, layout_data, source_view_id=None):
0 commit comments