ipython / comm

Python Comm implementation for the Jupyter kernel protocol
BSD 3-Clause "New" or "Revised" License
9 stars 15 forks source link

AttributeError: 'DummyComm' object has no attribute 'kernel' #14

Closed pllim closed 1 year ago

pllim commented 1 year ago

@maartenbreddels , using your #13 fix, now I get this downstream in Jdaviz. Hope you can help. Thanks!

AttributeError: 'DummyComm' object has no attribute 'kernel'

Example log: https://github.com/spacetelescope/jdaviz/actions/runs/4482254804/jobs/7895309668?pr=2104

xref https://github.com/spacetelescope/jdaviz/pull/2104

martinRenou commented 1 year ago

Thanks for reporting! This is an issue in ipywidgets: https://github.com/jupyter-widgets/ipywidgets/pull/3733 Oups I saw you opened a PR already, thanks!