mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Add a output_updated.OutputArea event
This commit is contained in:
parent
10b7240599
commit
8a9afb4f58
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user