22 May 2013 18:28
Re: using Google Charts in IPython
MinRK <benjaminrk <at> gmail.com>
2013-05-22 16:28:35 GMT
2013-05-22 16:28:35 GMT
google.load blanks the page unless you give it a callback.
On Wed, May 22, 2013 at 8:49 AM, victor.zverovich <at> gmail.com <victor.zverovich <at> gmail.com> wrote:
Hi All,I am trying to use Google Charts in an IPython notebook with the help of IPython.core.display.Javascript:from IPython.core.display import JavascriptJavascript("google.load('visualization', '1.0', {'packages':['corechart']});",lib="https://www.google.com/jsapi")However, loading the visualization API and the corechart package as above makes the notebook go blank after a while.
Any ideas what is going wrong here or is there any other way to use Google Charts with IPython?Thanks,Victor
_______________________________________________
IPython-User mailing list
IPython-User <at> scipy.org
http://mail.scipy.org/mailman/listinfo/ipython-user
_______________________________________________ IPython-User mailing list IPython-User <at> scipy.org http://mail.scipy.org/mailman/listinfo/ipython-user
Thanks for any pointers,
Michael.
RSS Feed