jupyter / declarativewidgets

[RETIRED] Jupyter Declarative Widget Extension
http://jupyter.org/declarativewidgets/docs.html
Other
120 stars 38 forks source link

Why was it retired? Are there any follow-up projects like this? #572

Open krassowski opened 2 years ago

krassowski commented 2 years ago

I see this repo is in the attic, I see that it is labelled as retired but I cannot find any discussion on why it was retired and whether there are any other approaches that enable using widgets in IRKernel (I came here from https://github.com/IRkernel/IRkernel/issues/430). Could you please add a pointer in the readme explaining the situation?

orenbenkiki commented 2 years ago

Yes PLEASE. We are looking at a system where having widgets in IRKernel would be extremely useful.

Alternatively, is there at least a way to invoke Python widgets via, say, reticulate, and just have IRKernel display them and return a small data structure containing their state to the R code to control some R code?