From abf27c1ddff7c8c0d52051fb4b8299a5fdf55091 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 23 Jan 2015 11:10:58 -0800 Subject: [PATCH] "Continue without kernel" button --- IPython/html/static/notebook/js/kernelselector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/js/kernelselector.js b/IPython/html/static/notebook/js/kernelselector.js index 641990f73..88740aff9 100644 --- a/IPython/html/static/notebook/js/kernelselector.js +++ b/IPython/html/static/notebook/js/kernelselector.js @@ -248,7 +248,7 @@ define([ title : 'Kernel not found', body : body, buttons : { - 'No appropriate kernel' : { + 'Continue without kernel' : { class : 'btn-danger', click : function () { that.events.trigger('no_kernel.Kernel');