[IPython-User] Possible to use web-socket-js wrapper?
Damián Avila
damianavila@gmail....
Sat Jun 9 13:14:01 CDT 2012
El 09/06/12 09:22, Thomas Kluyver escribió:
> On 9 June 2012 10:52, debjan<otrov@hush.ai> wrote:
>> does someone maybe knows if it's easy to use web-socket-js wrapper
>> (https://github.com/gimite/web-socket-js) for browsers not
>> supporting websockets?
> Even if you get websockets working, we may well be using other JS
> features that aren't in IE8. Have you looked at embedding webkit
> instead?
>
> Best wishes,
> Thomas
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
To add a commentary to Thomas, if you choose to use webkit, check the
version of webkit to use because the websocket protocol needed to run
IPython was added not so much time ago... (for example, you need at
least Qt 4.8 or PyQt 4.9 to run IPython notebooks).
More information about the IPython-User
mailing list