notebook/IPython/html/terminal
Thomas Kluyver ce14f905e0 Fix terminals with Tornado 3
The websocket handler auth checking was calling clear_cookie(), which
threw an error because it doesn't make sense for Websockets. It doesn't
seem important, and we silence it in our other websocket handlers, so
silencing it here too.
2014-10-30 18:38:31 -07:00
..
__init__.py Put terminal handlers under base_url 2014-10-25 17:14:40 -07:00
api_handlers.py Initial REST API for terminals 2014-10-25 17:14:40 -07:00
handlers.py Fix terminals with Tornado 3 2014-10-30 18:38:31 -07:00