From 2faee858afcb7b6e6e99b7fbff05684575749536 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Thu, 3 May 2012 07:40:35 +0200 Subject: [PATCH] rename kernel_status -> kernel_id --- IPython/frontend/html/notebook/handlers.py | 2 +- IPython/frontend/html/notebook/static/js/notebooklist.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/frontend/html/notebook/handlers.py b/IPython/frontend/html/notebook/handlers.py index 120ec2879..ed0fe6afc 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 75c72df7f..b7472abb3 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