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
953 stars 121 forks source link

Incompatible issue of data input #410

Closed qrcat closed 1 year ago

qrcat commented 1 year ago

image

K3d limit the data input that input type should be Numpy array but other type such as tensor is eliminated. That will cause that some legal but incompatible input and that output don't work as expection.