mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +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)) {
|
(json.data[MIME_MARKDOWN] !== undefined)) {
|
||||||
this.typeset();
|
this.typeset();
|
||||||
}
|
}
|
||||||
|
this.events.trigger('output_updated.OutputArea', {
|
||||||
|
output: json,
|
||||||
|
output_area: this,
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
OutputArea.prototype._record_display_id = function (json, element) {
|
OutputArea.prototype._record_display_id = function (json, element) {
|
||||||
|
Loading…
Reference in New Issue
Block a user