notebook/IPython
MinRK 2b45d245a4 switch default ws_url logic to js side
In some cases (proxies, #3305), the request object doesn't have the right information about the originating information.  This changes the default behavior, so that `ws_url` is generally empty by default, which the javascript takes to mean 'the same as http'.  This is simpler and should be more resilient than trying a guess on server-side.
2013-05-29 15:53:04 -07:00
..
frontend/html/notebook switch default ws_url logic to js side 2013-05-29 15:53:04 -07:00
testing Fixing imports for frontend tests. 2013-05-16 16:08:20 -07:00
utils/tests