Skip to content

Commit 2fb4716

Browse files
authored
Merge pull request #3494 from danagilliann/master
solved waiting asterisk
2 parents 9d4a2da + e4334e6 commit 2fb4716

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

notebook/static/notebook/js/codecell.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ define([
203203
this.element.focusout(
204204
function() { that.auto_highlight(); }
205205
);
206+
207+
this.events.on('kernel_restarting.Kernel', function() {
208+
if (that.input_prompt_number === '*') {
209+
that.set_input_prompt();
210+
}
211+
});
206212
};
207213

208214

0 commit comments

Comments
 (0)