vedo icon indicating copy to clipboard operation
vedo copied to clipboard

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

Open priyabiswas12 opened this issue 1 year ago • 1 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()

priyabiswas12 avatar Apr 09 '24 12:04 priyabiswas12

try to use the dev version with

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

marcomusy avatar Apr 09 '24 18:04 marcomusy