From 5ca1ad666da780716ce098f76cf485fed4510032 Mon Sep 17 00:00:00 2001 From: MinRK Date: Sat, 12 Oct 2013 09:15:01 +0200 Subject: [PATCH] add missing cell.session in tooltip.js --- IPython/html/static/notebook/js/tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/js/tooltip.js b/IPython/html/static/notebook/js/tooltip.js index 2939a9e84..f3c471b35 100644 --- a/IPython/html/static/notebook/js/tooltip.js +++ b/IPython/html/static/notebook/js/tooltip.js @@ -128,7 +128,7 @@ var IPython = (function (IPython) { // reexecute last call in pager by appending ? to show back in pager var that = this; var empty = function () {}; - cell.kernel.execute( + cell.session.kernel.execute( that.name + '?', { 'execute_reply': empty, 'output': empty,