Go to file
Brian E. Granger a9d6f2eb2d 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.
2011-08-14 17:58:25 -07:00
docs/source/_static Update docs logo to our current one, other minor fixes. 2011-07-29 23:40:53 -05:00
IPython Major refactor of kernel connection management in the notebook. 2011-08-14 17:58:25 -07:00
.gitignore update gitignore to exclude dist and zipped man pages 2011-07-05 17:25:05 -07:00
setup.py Adding initial documentation on the notebook. 2011-08-11 09:19:43 -07:00
setupbase.py Merge branch 'master' into htmlnotebook 2011-08-09 23:18:19 -07:00