Min RK
|
94656735f3
|
don't force instantiation of contents manager by default
this is never used and never needed, and results in the instantiation of a contents manager that is immediately discarded.
|
11 years ago |
Min RK
|
62dedf921b
|
remove notebook['name'] from sessions
|
11 years ago |
MinRK
|
974d45343e
|
allow kernel_name to be undefined in requests
fallback to KM.default_kernel_name in that case
|
11 years ago |
Thomas Kluyver
|
b2737e668e
|
Add tests and fix some issues
Tests taken from #6360
|
12 years ago |
Thomas Kluyver
|
0e109ee4be
|
Correct comment
|
12 years ago |
Thomas Kluyver
|
ca8dabf705
|
Fix 404 error when accessing nonexistant session
|
12 years ago |
Thomas Kluyver
|
76b05b24af
|
Handle sessions where the kernel has been killed
|
12 years ago |
MinRK
|
6cce477e07
|
rename notebooks service to contents service
minimal functional changes, committing because tests are passing.
|
12 years ago |
Thomas Kluyver
|
806432072a
|
Add kernel name to sessions REST API
Also, some refactoring so that the relationship between session, kernels
and notebooks is managed in the SessionManager, not in the HTTP
handlers.
|
12 years ago |
MinRK
|
37cb0fbdee
|
remove websocket url
websockets should follow the kernel URL
(normal behavior is unchanged, only unused configurability is removed)
|
12 years ago |
Thomas Kluyver
|
bce32ec03b
|
Fixes for notebook session manager
|
12 years ago |
Thomas Kluyver
|
4a14ed7e22
|
Replace references to unicode and basestring
|
12 years ago |
MinRK
|
8b9bb04d12
|
review pass on Sessions API
|
12 years ago |
Thomas Kluyver
|
c18aaefbde
|
Fix sessionmanager test
|
12 years ago |
Thomas Kluyver
|
e240f21ea1
|
Clean up sessions code from static analysis
|
12 years ago |
Thomas Kluyver
|
693cc97905
|
Fix some HTTP status codes in sessions API
|
12 years ago |
Zachary Sailer
|
c26700cd3a
|
changes after session manager code review
|
12 years ago |
Zachary Sailer
|
8c2009874c
|
session manager restructuring
Redid the sessionmanager, added tests for the session manager,
and added a sqlite database to hold kernel,session,nb mapping.
|
12 years ago |
Zachary Sailer
|
8261ac2cb9
|
change standard money keys
|
12 years ago |
Zachary Sailer
|
a219abaeeb
|
standard model changes
|
12 years ago |
Zachary Sailer
|
0559df1b8a
|
manual rebase - add sessions web service
|
12 years ago |