mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
space around assignement
This commit is contained in:
parent
2faee858af
commit
c20c814a69
@ -596,7 +596,7 @@ class NotebookRootHandler(AuthenticatedHandler):
|
||||
nid = f['notebook_id']
|
||||
kid = km.kernel_for_notebook(nid)
|
||||
if kid is not None:
|
||||
f['kernel_id']=kid
|
||||
f['kernel_id'] = kid
|
||||
self.finish(jsonapi.dumps(files))
|
||||
|
||||
@web.authenticated
|
||||
|
Loading…
x
Reference in New Issue
Block a user