Go to file
Brian E. Granger 3602f7f023 Date is properly removed from JSON reply before WebSocket forward.
* Both the header and parent_header have a date field that cannot
  be json serialized. This field is just removed for now, but
  in the future, we will covert the date to a ISO8601 field.
* Better error handling around this code has also been added
  to prevent the server from crashing due to malformed messages.
2011-08-15 14:43:49 -07:00
docs/source/_static Update docs logo to our current one, other minor fixes. 2011-07-29 23:40:53 -05:00
IPython Date is properly removed from JSON reply before WebSocket forward. 2011-08-15 14:43:49 -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