Steven Silvester
|
8f8730788d
|
Clean up the api and update tests
|
10 years ago |
Steven Silvester
|
a4c02561f1
|
Only give back the notebook path if notebook type
|
10 years ago |
Steven Silvester
|
8c6257bea5
|
Allow the deprecated session API to work
|
10 years ago |
Steven Silvester
|
6486b2430f
|
Update the session model and the tests
|
10 years ago |
Steven Silvester
|
76d08aca99
|
Update the session api in preparation for file and console sessions
|
10 years ago |
Min RK
|
65ba875d5b
|
allow using sqlite from pysqlite2
in case Python was built with an incomplete standard library (missing sqlite3)
we do the same thing in IPython history, etc.
|
10 years ago |
Steven Silvester
|
5b1e0a7d3c
|
Fall back on new kernel if kernel does note exist
|
10 years ago |
Steven Silvester
|
e449c08e1b
|
Allow a session to connect to an existing kernel
|
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 |
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
|
9043ae145c
|
handle async in sessions
needed because sessions call kernel methods
|
11 years ago |
Min RK
|
d71a59cc9f
|
s/jupyter_notebook/notebook
|
11 years ago |