Re: [jupyter] Re: Working Javascript in HTML rendered notebooks

2019-01-16 Thread Jason Grout
Hooking an html page to a live kernel is exactly the sort of thing that ThebeLab, the project Chris mentioned, does: https://github.com/minrk/thebelab Jason On Tue, Jan 15, 2019 at 3:53 PM Jason wrote: > Thanks for the fast replies! > > Is is possible to hook the html to a live kernel so that

[jupyter] Re: Working Javascript in HTML rendered notebooks

2019-01-15 Thread Jason
Thanks for the fast replies! Is is possible to hook the html to a live kernel so that the interactivity is maintained? If so, how would I go about that? Regards, Jason -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from

[jupyter] Re: Working Javascript in HTML rendered notebooks

2019-01-15 Thread Jason
Hi Roland, Thanks for your response! Is is possible to hook the html to a live kernel so that the interactivity is maintained? If so, how would I go about that? Cheers, Jason -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To

Re: [jupyter] Re: Working Javascript in HTML rendered notebooks

2019-01-15 Thread Chris Holdgraf
Though note that projects like thebelab (https://github.com/minrk/thebelab) are playing around with ways to back a static page with a kernel. Sent from my phone, apologies for the curtness and type-os On Tue, Jan 15, 2019, 12:08 AM Roland Weber Hello Jason, > > Is there a way to ensure the

[jupyter] Re: Working Javascript in HTML rendered notebooks

2019-01-15 Thread Roland Weber
Hello Jason, Is there a way to ensure the javascript components work as per the actual > notebooks when the ipynb file has been converted to html? > In general? No. JavaScript that relies on data stored in the notebook might work. JavaScript that tries to interact with the running kernel will