[IPython-dev] IPython2.0: Sending data from javascript to kernel

Brian Granger ellisonbg at gmail.com
Mon Jun 16 15:52:05 EDT 2014


The best way of doing this is to use a custom IPython widget. Examples
of this can be found here:

http://nbviewer.ipython.org/github/ipython/ipython/blob/2.x/examples/Interactive%20Widgets/Index.ipynb

On Fri, Jun 13, 2014 at 5:42 AM, TARUN GABA <tarun.gaba7 at gmail.com> wrote:
> Hi All
>
> I am working on a module where I need to fetch
> some data(JSON) from frontend Javascript to backend Kernel.
> As far as I know, we could do this via:
>
>     IPython.kernel.execute(..)
>
> from Javascript side. But that is obsolete in IPython2.
>
> What is the best way to do pass the data
> from Javascript to kernel in IPython2?
>
> Any help will be appreciated .. :)
>
> Thanks
> Tarun Gaba
>
>
> _______________________________________________
> 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
@ellisonbg on Twitter and GitHub
bgranger at calpoly.edu and ellisonbg at gmail.com



More information about the IPython-dev mailing list