K3D-tools / K3D-jupyter

K3D lets you create 3D plots backed by WebGL with high-level API (surfaces, isosurfaces, voxels, mesh, cloud points, vtk objects, volume renderer, colormaps, etc). The primary aim of K3D-jupyter is to be easy for use as stand alone package like matplotlib, but also to allow interoperation with existing libraries as VTK.
MIT License
917 stars 123 forks source link

follow migration guide for ipywidgets 7 -> 8 #377

Closed renefritze closed 1 year ago

renefritze commented 1 year ago

This is mostly updating dependency pins.

The guide also mentions updating the webpack config, but that is out of my range.

renefritze commented 1 year ago

Here's a binder link for the branch Binder

Sadly this does not fix #371

agoose77 commented 1 year ago

Bumping the upper bound for ipywidgets only means that a future 8.x release will be considered compatible! The next thing we need to do fix ipywidgets 8 support is update the BackBone modules in k3d.js :)

renefritze commented 1 year ago

Bumping the upper bound for ipywidgets only means that a future 9.x release will be considered compatible!

Are you referring to this I read the guide as that's matching the pin for <9.

renefritze commented 1 year ago

See #378 instead.