notebook/IPython/html/services
Min RK e5b135a905 debugging websocket connections
- add debug statement at the very beginning of a web socket request
- add debug statement in open, indicating that the connection has been accepted
- add timeout, so failed or slow kernel_info doesn't cause the request to never get a response
- don't send kernel_info_request before authenticating the request

The last one required some icky coroutine shenanigans,
because of our subclass structure, but it should work fine.
2014-10-29 09:17:52 -07:00
..
clusters Merge pull request #6607 from minrk/cluster-load-remove 2014-10-05 11:45:58 +02:00
contents Merge pull request #6598 from minrk/nbformat-backport 2014-10-09 11:58:56 +02:00
kernels debugging websocket connections 2014-10-29 09:17:52 -07:00
kernelspecs handle system-wide kernelspecs 2014-09-10 14:30:44 -07:00
nbconvert turn missing dependencies in nbconvert to 500 errors 2014-01-07 15:15:57 -08:00
sessions More informative error messages 2014-10-08 11:30:30 -07:00