##// END OF EJS Templates
set 'In [*]' to indicate pending code cell
MinRK -
Show More
@@ -829,6 +829,7 b' var IPython = (function (IPython) {'
829 var cell_index = that.find_cell_index(cell);
829 var cell_index = that.find_cell_index(cell);
830 if (cell instanceof IPython.CodeCell) {
830 if (cell instanceof IPython.CodeCell) {
831 cell.clear_output(true, true, true);
831 cell.clear_output(true, true, true);
832 cell.set_input_prompt('*');
832 var code = cell.get_code();
833 var code = cell.get_code();
833 var msg_id = that.kernel.execute(cell.get_code());
834 var msg_id = that.kernel.execute(cell.get_code());
834 that.msg_cell_map[msg_id] = cell.cell_id;
835 that.msg_cell_map[msg_id] = cell.cell_id;
General Comments 0
You need to be logged in to leave comments. Login now