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 0953cda commit 273bab6Copy full SHA for 273bab6
packages/python/plotly/plotly/basewidget.py
@@ -1,7 +1,5 @@
1
from copy import deepcopy
2
-import datetime
3
import pathlib
4
-import time
5
from traitlets import List, Dict, observe, Integer
6
from plotly.io._renderers import display_jupyter_version_warnings
7
@@ -149,8 +147,6 @@ def __init__(
149
147
self._view_count = 0
150
148
151
def show(self, *args, **kwargs):
152
- self._widget_layout = deepcopy(self._layout_obj._props)
153
- self._widget_data = deepcopy(self._widget_data)
154
return self
155
156
# Python -> JavaScript Messages
0 commit comments