You can publish Javascript from the kernel with:

from IPython.display import display, Javascript

display(Javascript("""your_js()"""))

That might be what you need.

-MinRK
​

On Fri, Nov 4, 2016 at 3:22 PM, Logan Page <[email protected]> wrote:

> I have more or less figured out what I need to do for an extension I'm
> creating.
>
> The problem I have at the moment is I need to get a json object from an
> ipython kernel extension into a notebook extension.
>
> Can someone point me in the right direction for achieving this?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/4c5f6184-ff4a-4697-a4cb-dc25d4b81664%40googlegroups.com
> <https://groups.google.com/d/msgid/jupyter/4c5f6184-ff4a-4697-a4cb-dc25d4b81664%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAHNn8BVLoVEqJ91_ixJNJq6QWfTGnam0Qtv7V8fcq1ESNjnn9g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to