vitessce-python
vitessce-python copied to clipboard
Clean Up Temp Directory After "Close"
@keller-mark Correct me if I'm wrong, but I think the temporary directory persists which can get a bit hairy with system memory since it is hard to find. We should add a function or something to clean up/delete the directory once you're "done" with it. Not sure what "done" looks like in code though...what actions cause it to fire.
We can add a __del__ method for AbstractWrapper in which the directory is cleaned up if it was a temporary directory