diff --git a/IPython/frontend/html/notebook/handlers.py b/IPython/frontend/html/notebook/handlers.py index 120ec28..ed0fe6a 100644 --- a/IPython/frontend/html/notebook/handlers.py +++ b/IPython/frontend/html/notebook/handlers.py @@ -596,7 +596,7 @@ class NotebookRootHandler(AuthenticatedHandler): nid = f['notebook_id'] kid = km.kernel_for_notebook(nid) if kid is not None: - f['kernel_status']=kid + f['kernel_id']=kid self.finish(jsonapi.dumps(files)) @web.authenticated diff --git a/IPython/frontend/html/notebook/static/js/notebooklist.js b/IPython/frontend/html/notebook/static/js/notebooklist.js index 75c72df..b7472ab 100644 --- a/IPython/frontend/html/notebook/static/js/notebooklist.js +++ b/IPython/frontend/html/notebook/static/js/notebooklist.js @@ -108,7 +108,7 @@ var IPython = (function (IPython) { for (var i=0; i