Skip to content

Commit

Permalink
Merge pull request #3494 from danagilliann/master
Browse files Browse the repository at this point in the history
solved waiting asterisk
  • Loading branch information
takluyver authored Apr 4, 2018
2 parents 9d4a2da + e4334e6 commit 2fb4716
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notebook/static/notebook/js/codecell.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ define([
this.element.focusout(
function() { that.auto_highlight(); }
);

this.events.on('kernel_restarting.Kernel', function() {
if (that.input_prompt_number === '*') {
that.set_input_prompt();
}
});
};


Expand Down

0 comments on commit 2fb4716

Please sign in to comment.