jupyter-widgets-contrib / ipytree

A Tree Widget using Jupyter-widgets protocol and jsTree
MIT License
130 stars 27 forks source link

Support ipywidgets 8 #66

Closed jtpio closed 2 years ago

jtpio commented 2 years ago

Since ipywidgets 8 final has now been released.

Still getting this error for now:

image

jtpio commented 2 years ago

CI passes but still the same issue as above.

martinRenou commented 2 years ago

Thanks for starting this! ipytree is still using the old Backbone .extend. It probably needs updating. I'm on it :)

martinRenou commented 2 years ago

Seems to be working fine once modernized a bit:

Screenshot from 2022-08-23 16-29-48

martinRenou commented 2 years ago

There is still an issue when it comes to removing nodes (hence some node duplication in the screenshot)

jtpio commented 2 years ago

nice thanks!