diff --git a/notebook/static/notebook/js/outputarea.js b/notebook/static/notebook/js/outputarea.js index 2ea1bba88..99bdf97cc 100644 --- a/notebook/static/notebook/js/outputarea.js +++ b/notebook/static/notebook/js/outputarea.js @@ -631,6 +631,10 @@ define([ (json.data[MIME_MARKDOWN] !== undefined)) { this.typeset(); } + this.events.trigger('output_updated.OutputArea', { + output: json, + output_area: this, + }); }; OutputArea.prototype._record_display_id = function (json, element) {