marcomusy / vedo

A python module for scientific analysis of 3D data based on VTK and Numpy

Home Page:https://vedo.embl.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter notebook kernal keeps crashing after calling plt.show()

priyabiswas12 opened this issue · comments

Hello,

I have used the following code to display my mesh, and although it shows it, once i close the window, the kernal hangs and I always need to keep restarting it. Do you know why this is happening? Thank you

settings.default_backend = 'vtk'
plt = Plotter(axes=1)
plt.add(new_pt)
plt.show(u_tooth,l_tooth)
plt.interactive()
plt.close()

try to use the dev version with

pip install -U git+https://github.com/marcomusy/vedo.git