marcomusy / vedo

A python module for scientific analysis of 3D data based on VTK and Numpy
https://vedo.embl.es
MIT License
2.03k stars 265 forks source link

ipyvtk backend for ipynb #1033

Open a2mattreed opened 8 months ago

a2mattreed commented 8 months ago

Adding ipyvtk as a backend option in plotters.py line 503

if settings.default_backend in ["vtk", "2d", "trame", "ipyvtk"]:

keeps the plotter code from failing in an ipynb due to self.screensize not being set.

marcomusy commented 8 months ago

Thanks for reporting!