diff --git a/IPython/frontend/html/notebook/static/js/kernel.js b/IPython/frontend/html/notebook/static/js/kernel.js index e7a42abca11..ee4e5dfd2b8 100644 --- a/IPython/frontend/html/notebook/static/js/kernel.js +++ b/IPython/frontend/html/notebook/static/js/kernel.js @@ -98,9 +98,8 @@ var IPython = (function (IPython) { " or if the url does not look right, there could be an error in the" + " server's configuration."; } else { - msg = "Websocket connection closed unexpectedly." + - " The kernel will no longer be responsive."; - } + this.start_channels(); + } var dialog = $('
'); dialog.html(msg); parent_item.append(dialog);