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

"Error: Unknown object type (Lines) passed, no loader supporting it found!" #360

Closed khasmamad99 closed 2 years ago

khasmamad99 commented 2 years ago

When plotting the Lines object nothing is plotted and I get the error message that is the title of this issue in the browser console. I am using the latest version (2.14.2). The code I am running is: https://github.com/K3D-tools/K3D-jupyter/blob/devel/examples/lines.ipynb

artur-trzesiok commented 2 years ago

Hi!

Please double check if your js version is also 2.14.2 - you will find it in GUI widget: image

khasmamad99 commented 2 years ago

That was indeed the problem. Thanks a lot!

Sorry about the late response, I got around to test this only recently :)