Merge pull request #2173 from jasongrout/clearoutput-5

Add a clear_output code cell event
pull/2189/head
Grant Nestor 9 years ago committed by GitHub
commit a1dca237fc

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

Loading…
Cancel
Save