[IPython-dev] custom widget example : python and javascript

Brian Granger ellisonbg at gmail.com
Tue Nov 13 13:37:11 EST 2012


I would have a look at my jsonhandlers branch:

https://github.com/ipython/ipython/pull/2518

And then grab the jsplugins repo:

https://github.com/ipython/jsplugins

These existing plugins should show you how to get started with the new APIs
(which I recommend using).

Cheers,

Brian


On Mon, Nov 12, 2012 at 8:10 AM, Massimo Di Stefano <
massimodisasha at gmail.com> wrote:

>
> Hi IPython!
>
>
> i was tring to learn how to code a cell in order to have interaction
> between  python <->  Javascript (jquery?)
>
> i can try to explain with an example …
>
> let's say i have a dictionary in python :
>
>
> >>>mydict = {'key1':'val1', 'key2':'val2'}
>
> and a function that take as input the dict and print out the value :
>
> >>>def printval(mydict, keyN):
>            print maydict['keyN']
>
>
> what i'm tring to learn is :
>
>  how to render inside an "IPython notebook cell"   a js gui tool like a
> "dropdown menu"  that will contain the "mydict keys"
>  and  button that will connect the selected value in the dropdown menu to
> the printval function ?
>
> i guess it should be trivial for who knows the how the internal engine
> works, i was really attracted by the  new "js plugin system" (i saw it in
> NYC at the PyData … cool!)
> for me an example like this can be a perfect starting point to start to
> develop something useful ….
>
> thamk you for you great support!
>
> Massimo.
>
> _______________________________________________
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20121113/47126808/attachment.html>


More information about the IPython-dev mailing list