##// END OF EJS Templates
add missing cell.session in tooltip.js
MinRK -
Show More
@@ -128,7 +128,7 b' var IPython = (function (IPython) {'
128 // reexecute last call in pager by appending ? to show back in pager
128 // reexecute last call in pager by appending ? to show back in pager
129 var that = this;
129 var that = this;
130 var empty = function () {};
130 var empty = function () {};
131 cell.kernel.execute(
131 cell.session.kernel.execute(
132 that.name + '?', {
132 that.name + '?', {
133 'execute_reply': empty,
133 'execute_reply': empty,
134 'output': empty,
134 'output': empty,
General Comments 0
You need to be logged in to leave comments. Login now