##// END OF EJS Templates
Major refactor of kernel connection management in the notebook....
Major refactor of kernel connection management in the notebook. * Full kernel heartbeating is working. * Connections between the notebook and server and now created a new each time there is a WebSocket connection. Each channel is also handled separately. This dramatically simplifies the server code and makes for a more scalable system.

File last commit:

r4341:02f9051e
r4545:5bad195c
Show More
ipython-notebook
7 lines | 138 B | text/plain | TextLexer
Brian Granger
Initial latex printing for sympy and fixes to autogrow.
r4316 #!/usr/bin/env python
# -*- coding: utf-8 -*-
Brian E. Granger
Initial reorg of files complete....
r4341 from IPython.frontend.html.notebook import notebookapp
notebookapp.launch_new_instance()
Brian Granger
Initial latex printing for sympy and fixes to autogrow.
r4316