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
942 stars 123 forks source link

k3d.texture attribute update crashed the widgets #333

Closed marcinofulus closed 2 years ago

marcinofulus commented 2 years ago

In 2.12 having texture plot: plt = k3d.texture(attribute=np.random.randn(100,100))

when widget exist (plot is displayed) the following causes crash:

plt.attribute = np.random.randn(100,100).astype(np.float32)

marcinofulus commented 2 years ago

I tried other browser - in firefox it works as it used to work - it looks like a google-chrome regression after some upgrade....

marcinofulus commented 2 years ago

I closed it accidentally