[IPython-dev] interactive widgets with d3 and three.js

Brian Granger ellisonbg at gmail.com
Fri Oct 19 12:09:46 EDT 2012


> @Brian,
> Did you had a look at iframe ?
> I'm a little low on bandwidth, but it's still on my todo list,
> If you think it is not possible, I won't try.

I looked a bit more and basically I don't think it is possible to both
sandbox the output area using an iframe *and* allow JS code running in
that iframe to call back to the kernel like we want.  It either has to
be completely sandboxed or not at all.

> @chris,
>
> I did try d3 once, and came across a bug from time to time, making the d3 command updating the DOM but not the html view on chrome when runned through IPython (my guess is a running condition with jQuery)…
>
> Just to tell you that if you don't see anything it might not be your fault.
> --
> Matthias
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev



-- 
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu and ellisonbg at gmail.com



More information about the IPython-dev mailing list