ipython_blocking
ipython_blocking copied to clipboard
[Cross-Posted] ipyfilechooser + ipython_blocking = large memory leak
When I:
- Run my example from https://github.com/bryceschober/ipyfilechooser_blocking_example in Jupyter or VS Code or even the binder.org link on that example repository.
- Choose to run all cells instead of one at a time.
- Observe a large continuous memory leak until you actually select a file and click select, and then memory usage returns to normal.
See also https://github.com/crahan/ipyfilechooser/issues/36