Add a clearOutput code cell event

This is triggered when a code cell clears its output.
pull/2173/head
Jason Grout 9 years ago
parent b2b12eca95
commit b72ab070b3

@ -510,6 +510,7 @@ define([
CodeCell.prototype.clear_output = function (wait) {
this.output_area.clear_output(wait);
this.set_input_prompt();
this.events.trigger('clearOutput.CodeCell', {cell: this});
};

Loading…
Cancel
Save