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

Add pickle support #413

Closed tfunatomi closed 1 year ago

tfunatomi commented 1 year ago

Add __getstate__(self) and __setstate__(self,data) to support pickle.

artur-trzesiok commented 1 year ago

Thanks a lot for contribution!