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.
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.
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.