Show More
@@ -62,7 +62,7 b' class SessionRootHandler(IPythonHandler):' | |||||
62 | if sm.session_exists(name=name, path=path): |
|
62 | if sm.session_exists(name=name, path=path): | |
63 | model = sm.get_session(name=name, path=path) |
|
63 | model = sm.get_session(name=name, path=path) | |
64 | else: |
|
64 | else: | |
65 |
kernel_id = km.start_kernel(cwd=nbm. |
|
65 | kernel_id = km.start_kernel(cwd=nbm.get_os_path(path)) | |
66 | model = sm.create_session(name=name, path=path, kernel_id=kernel_id, ws_url=self.ws_url) |
|
66 | model = sm.create_session(name=name, path=path, kernel_id=kernel_id, ws_url=self.ws_url) | |
67 | location = url_path_join(self.base_kernel_url, 'api', 'sessions', model['id']) |
|
67 | location = url_path_join(self.base_kernel_url, 'api', 'sessions', model['id']) | |
68 | self.set_header('Location', url_escape(location)) |
|
68 | self.set_header('Location', url_escape(location)) |
General Comments 0
You need to be logged in to leave comments.
Login now