Show More
@@ -304,9 +304,13 var IPython = (function (IPython) { | |||
|
304 | 304 | */ |
|
305 | 305 | CodeCell.prototype.execute = function () { |
|
306 | 306 | this.output_area.clear_output(); |
|
307 | ||
|
308 | // Clear widget area | |
|
307 | 309 | this.widget_subarea.html(''); |
|
308 | 310 | this.widget_subarea.height(''); |
|
309 | 311 | this.widget_area.height(''); |
|
312 | this.widget_area.hide(); | |
|
313 | ||
|
310 | 314 | this.set_input_prompt('*'); |
|
311 | 315 | this.element.addClass("running"); |
|
312 | 316 | if (this.last_msg_id) { |
General Comments 0
You need to be logged in to leave comments.
Login now