notebook/IPython/html/terminal
Min RK 96183a60a0 create new terminals with POST /api/terminals
instead of GET terminals/new

to be consistent with creating new notebooks.

We had to stop using GET notebooks/new
because browsers would create new notebooks when making preview thumbnails for commonly visited pages, etc.
I assume the same issue would apply to terminals
2014-11-02 11:09:03 -08:00
..
__init__.py create new terminals with POST /api/terminals 2014-11-02 11:09:03 -08:00
api_handlers.py create new terminals with POST /api/terminals 2014-11-02 11:09:03 -08:00
handlers.py create new terminals with POST /api/terminals 2014-11-02 11:09:03 -08:00