Das ist nur ein nice to have und was Jae und ich schon durch trial und error herrausgefunden haben, funktioniert es auch nicht perfekt out of the box.
Wenn man das richtige vedo backend eingestellt hat (ipyvtk) diese funktionalität müsste auch noch hinzugefügt werden muss bei show das keyword '''close=False''' gesetzt werden und dann auf dem plotter der dann zurück gegeben wird noch mal show() ausführen.
What needs to be done
- Add settings option for vedo backend
- gustaf.vedo.settings.VEDO_BACKEND = None
- Optional VEDO_BACKEND = "ipyvtk"
- Either check if VEDO_BACKEND == "ipyvtk" than always return plot without closing it or give warning that close=false should be set so that .show() can be called on the return value inside the ipynb.
Das ist nur ein nice to have und was Jae und ich schon durch trial und error herrausgefunden haben, funktioniert es auch nicht perfekt out of the box.
Wenn man das richtige vedo backend eingestellt hat (ipyvtk) diese funktionalität müsste auch noch hinzugefügt werden muss bei show das keyword '''close=False''' gesetzt werden und dann auf dem plotter der dann zurück gegeben wird noch mal show() ausführen.
What needs to be done