Re: [jupyter] Is there a way to implement interactive widgets using an R kernel?

2016-09-23 Thread Thomas Kluyver
On 23 September 2016 at 03:39, Denis Akhiyarov 
wrote:

> Could you not expose R function to ipywidget usin Rmagic cells in ipython
> kernel?
>

You could probably instantiate widgets, but making them work with the
events coming back from the widgets, and having an idiomatic R interface,
would require quite a bit of work, I imagine.

-- 
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 jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAOvn4qhLEUv0rjOvfdyNJjD82x%3DQYf%3DmJE%3DZp1ChxT-V_XtaUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] Is there a way to implement interactive widgets using an R kernel?

2016-09-22 Thread Denis Akhiyarov
Could you not expose R function to ipywidget usin Rmagic cells in ipython 
kernel?

-- 
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 jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/9d0635f3-f7ce-4278-8368-c9a0fa090b3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jupyter] Is there a way to implement interactive widgets using an R kernel?

2016-09-22 Thread Thomas Kluyver
There's nothing quite equivalent to ipywidgets, but I believe the
declarative widgets project has R support:
https://github.com/jupyter-incubator/declarativewidgets

On 22 September 2016 at 21:07, Pav A  wrote:

> As there's a kernel-independent jupyter-js-widgets?
>
> --
> 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 jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/5624c92d-dcdd-4366-8487-c4b2e1d2d14f%40googlegroups.com
> 
> .
> 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 jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAOvn4qjfC5jZKnfKnmW%2BMH8fPdEQ1BCPbR27efBFqUC7xLpxtQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[jupyter] Is there a way to implement interactive widgets using an R kernel?

2016-09-22 Thread Pav A
As there's a kernel-independent jupyter-js-widgets?

-- 
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 jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/5624c92d-dcdd-4366-8487-c4b2e1d2d14f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.