Min RK
1c7bc21ca7
Merge pull request #1237 from blink1073/session-with-kernel-id
...
Allow a session to connect to an existing kernel
10 years ago
Steven Silvester
5b1e0a7d3c
Fall back on new kernel if kernel does note exist
10 years ago
Steven Silvester
59d90f3f72
Remove kernel_id handling temporarily
10 years ago
Steven Silvester
665e7b6c00
Fix handling of kernel_name and kernel_id
10 years ago
Steven Silvester
e449c08e1b
Allow a session to connect to an existing kernel
10 years ago
Steven Silvester
56c653927f
Allow kernel id to take precedence over name
...
Allow kernel id to take precidence over name
Fix spelling
10 years ago
Min RK
23b1beaabc
treat null values as unspecified in session PATCH
10 years ago
Min RK
e9957ddb35
Handle coroutine possibility in test_sessionmanager
10 years ago
Min RK
02d1554f8f
Allow modifying kernel associated with a session via PATCH
...
- PATCH to kernel.id attaches to other kernel
- PATCH to kernel.name starts new kernel with given name
Previous kernel is shutdown after the change
10 years ago
Diego Mesa
482ed8a5a3
updating log.warn to log.warning
10 years ago
Min RK
ba344843eb
add SessionManager.close
...
allows explicit closing, rather than relying on implicit del,
which can run in the wrong thread.
11 years ago
Min RK
cfa64552b2
initialize Application in background thread
...
rather than initializing in main and starting in background, which seemed to cause occasional issues.
Also fix checking for dead notebook, which is no longer a subprocess.
11 years ago
Min RK
9043ae145c
handle async in sessions
...
needed because sessions call kernel methods
11 years ago
Jonathan Frederic
831b2a523b
Merge pull request #472 from minrk/base-url-always-encoded
...
avoid double-encoding base_url
11 years ago
Steven Silvester
88c067ff27
Clean up allowed methods
11 years ago
Min RK
8de725a8de
server-side fixes for double-escaped base_url
11 years ago
Min RK
709ed0d04b
Add APIHandler base class
...
- ensures all API responses are json
- sets CSP to prevent js execution on all API replies
11 years ago
Jason Grout
a016e42cf7
Add links to the REST API documentation (what there is on the wiki)
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago