Show More
@@ -99,7 +99,7 b' var IPython = (function (IPython) {' | |||||
99 | // result as invoking `something?` |
|
99 | // result as invoking `something?` | |
100 | Tooltip.prototype.showInPager = function() |
|
100 | Tooltip.prototype.showInPager = function() | |
101 | { |
|
101 | { | |
102 |
var msg_id = IPython.notebook.kernel.execute(th |
|
102 | var msg_id = IPython.notebook.kernel.execute(this.name+"?"); | |
103 | IPython.notebook.msg_cell_map[msg_id] = IPython.notebook.get_selected_cell().cell_id; |
|
103 | IPython.notebook.msg_cell_map[msg_id] = IPython.notebook.get_selected_cell().cell_id; | |
104 | this.remove_and_cancel_tooltip(); |
|
104 | this.remove_and_cancel_tooltip(); | |
105 | this._cmfocus(); |
|
105 | this._cmfocus(); |
General Comments 0
You need to be logged in to leave comments.
Login now