completer now recognizes session

This commit is contained in:
Zachary Sailer 2013-07-19 14:06:26 -07:00 committed by MinRK
parent ad621913f1
commit f55381d55b
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ var IPython = (function (IPython) {
var callbacks = {
'complete_reply': $.proxy(this.finish_completing, this)
};
this.cell.kernel.complete(line, cur.ch, callbacks);
this.cell.session.kernel.complete(line, cur.ch, callbacks);
}
};

View File

@ -86,7 +86,7 @@ class NewFolderHandler(IPythonHandler):
nbm.add_new_folder(path)
url = self.base_project_url + 'tree/' + notebook_path
self.redirect(url)
#-----------------------------------------------------------------------------
# URL to handler mappings