jupyter / declarativewidgets

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

Added the ability to call/reference functions within objects in Scala/R [See PR #436 first] #480

Closed poplav closed 7 years ago

poplav commented 7 years ago
poplav commented 7 years ago

@lbustelo ready for review see #436 too

lbustelo commented 7 years ago

Seems that references to top level functions is now broken in R

function_find

lbustelo commented 7 years ago

Scala works

poplav commented 7 years ago

@lbustelo System tests for python were added, python2 function signature issue fixed, R issue fixed. Should be ready to merge.

lbustelo commented 7 years ago

Looks good. Tried all the relevant notebooks and ran system tests locally.