Skip to content

Commit

Permalink
set 'In [*]' to indicate pending code cell
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 29, 2011
1 parent 80e60eb commit 3381794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IPython/frontend/html/notebook/static/js/notebook.js
Expand Up @@ -829,6 +829,7 @@ var IPython = (function (IPython) {
var cell_index = that.find_cell_index(cell);
if (cell instanceof IPython.CodeCell) {
cell.clear_output(true, true, true);
cell.set_input_prompt('*');
var code = cell.get_code();
var msg_id = that.kernel.execute(cell.get_code());
that.msg_cell_map[msg_id] = cell.cell_id;
Expand Down

0 comments on commit 3381794

Please sign in to comment.