nbtools icon indicating copy to clipboard operation
nbtools copied to clipboard

'UIBuilder' object has no attribute 'on_displayed'

Open Soltus opened this issue 3 years ago • 2 comments

image

Soltus avatar Feb 24 '23 08:02 Soltus

I have tested and can reproduce this bug. It appears to be a compatibility issue with ipywdgets 8.x, a dependency of nbtools, which removed the on_displayed callback.

We will have a new version of nbtools released in the next couple weeks that is ipywidgets 8 compatible. In the meantime, if you remove ipywidgets 8 and instead install ipywidgets 7.6.6, nbtools should work correctly.

tmtabor avatar Feb 24 '23 17:02 tmtabor

nice

Soltus avatar Feb 24 '23 18:02 Soltus