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