Loaded event for sagecell
Hi folks,
I need to call some javascript functions only after a sagecell has been fully loaded on my webpage. I've tried mutation observers and such but nothing is quite right. Does the sagecell emit an event when it has finished doing its thing?
More specifically, I need to resize an outer wrapper-div in the html whenever the sagecell resizes, as it keeps getting cut off. So this would need to work with interacts as well.
I have accomplished this with a plugin for detecting resize events (github) but I'd still be interested if there is a loaded event emited which I could listen to.