You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "min_test.py", line 24, in <module>
fig = go.FigureWidget(layout=go.Layout(annotations=arrows))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "miniconda3/envs/gettsim/lib/python3.11/site-packages/plotly/graph_objs/_figurewidget.py", line 629, in __init__super(FigureWidget, self).__init__(data, layout, frames, skip_invalid, **kwargs)
File "miniconda3/envs/gettsim/lib/python3.11/site-packages/plotly/basewidget.py", line 117, in __init__super(BaseFigureWidget, self).__init__(
File "miniconda3/envs/gettsim/lib/python3.11/site-packages/plotly/basedatatypes.py", line 461, in __init__super(BaseFigure, self).__init__()
File "miniconda3/envs/gettsim/lib/python3.11/site-packages/ipywidgets/widgets/widget.py", line 504, in __init__self.open()
File "miniconda3/envs/gettsim/lib/python3.11/site-packages/ipywidgets/widgets/widget.py", line 535, in openself.comm = create_comm(**args)
^^^^^^^^^^^^^^^^^^^
File "miniconda3/envs/gettsim/lib/python3.11/site-packages/comm/__init__.py", line 27, in _create_commraiseNotImplementedError("Cannot ")
NotImplementedError: Cannot
The text was updated successfully, but these errors were encountered:
The creation of FigureWidget below works fine with ipywidgets=8.0.4, but breaks in 8.0.5 with the error shown below.
The text was updated successfully, but these errors were encountered: