vispy / jupyter_rfb

Remote Frame Buffer for Jupyter
https://jupyter-rfb.readthedocs.io
MIT License
55 stars 10 forks source link

Garbage collection caveats with `pygfx` #73

Open kushalkolar opened 1 year ago

kushalkolar commented 1 year ago

Followup from https://github.com/pygfx/pygfx/issues/494, I will eventually make an example notebook to show the caveats with garbage collection since jupyter likes to keep its own references to objects. This prevents VRAM and RAM from being cleared even when you think all references to a pygfx.WorldObject have been removed.