Kitware / ipyvtklink

🔗 minimalist ipywidget to interface with any Python vtkRenderWindow
Other
93 stars 13 forks source link

Support ipywidgets >=8 #36

Open DManowitz opened 1 year ago

DManowitz commented 1 year ago

This package currently requires ipywidgets <8. However, versions 8.0.0 - 8.0.2 are available.

banesullivan commented 1 year ago

Correct, but there are issues with using ipywidgets >=8. Please reference the following:

I'm currently working on an entirely new notebook rendering backend based on trame over in https://github.com/pyvista/pyvista/pull/3385 and plan on deprecating this library when that is complete. The trame based back-end is *much more performant

Unfortunately, I do not have the bandwidth to fix the issues with the latest ipywidgets but would welcome any community changes to fix it