diff --git a/notebook/static/notebook/js/codecell.js b/notebook/static/notebook/js/codecell.js index b472ed067..6be236899 100644 --- a/notebook/static/notebook/js/codecell.js +++ b/notebook/static/notebook/js/codecell.js @@ -302,7 +302,7 @@ define([ */ CodeCell.prototype.execute = function (stop_on_error) { if (!this.kernel) { - console.log("Can't execute, kernel is not connected."); + console.log("Can't execute cell since kernel is not set."); return; }