Hello,
First of all, I would like to thank all people working on vtk.js, it is a great library!
I created jupyterview, an extension that integrates vtk.js with jupyterlab. It can read vtu, vtp, vtk , pvd file and it supports real-time collaborative visualization.
Thanks for sharing! This looks really cool and well-integrated. Well done!
I’m pretty sure you’ve encountered itkwidgets, which is similar but a different approach to 3D viz integration. I think it would be a good idea to chat with @thewtex to compare and discuss roadmaps and project direction. I would be interested to see if there are any common threads of effort for both projects.
Hi @Forrest, yes I did use itkwidgets before and it’s super useful. But the direction here is a little bit different, jupyterview is an extension of jupyterlab and not a widget of notebooks, it does not require notebooks or kernels to operate.
The goal of the next version of itkwidgets is to support JupyterLab / JupyterLite, client-side only, server-side rendering optional when a Python kernel is available, it would be wonderful to collaborate on it! Happy to chat if you have availability.