Show More
@@ -153,7 +153,7 var IPython = (function (IPython) { | |||
|
153 | 153 | var callbacks = { |
|
154 | 154 | 'complete_reply': $.proxy(this.finish_completing, this) |
|
155 | 155 | }; |
|
156 | this.cell.kernel.complete(line, cur.ch, callbacks); | |
|
156 | this.cell.session.kernel.complete(line, cur.ch, callbacks); | |
|
157 | 157 | } |
|
158 | 158 | }; |
|
159 | 159 |
General Comments 0
You need to be logged in to leave comments.
Login now