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 88a4dfb + 932ea4c commit 3192ea8Copy full SHA for 3192ea8
packages/python/plotly/plotly/graph_objects/__init__.py
@@ -273,7 +273,7 @@
273
from ..graph_objs._figurewidget import FigureWidget
274
else:
275
raise ImportError()
276
- except Exception:
+ except ImportError:
277
from ..missing_ipywidgets import FigureWidget
278
279
__all__.append("FigureWidget")
@@ -291,7 +291,7 @@ def __getattr__(import_name):
291
return FigureWidget
292
293
294
295
296
297
0 commit comments