-
Notifications
You must be signed in to change notification settings - Fork 48
Get a simple declarative widgets demo working #23
Comments
Take a look at jupyter/declarativewidgets#157 |
I think the point of this exercise is to get things working in a PR here with whatever shims it takes, and then figure out what issues/PRs to open against widgets in terms of API that has to be exposed so that the shims can eventually go away. Example: The dashboard frontend code needs to create and own the jupyter-js-services kernel client to send kernel requests to the backend. Decl widgets probably needs a way for the app to (optionally) pass that ref through on decl widget init (dependency inject) and only create things itself if one is not provided (if ever). What else needs to be done in declarative widgets master assuming all the ipywidgets, jupyter-js-widgets, phosphor-widgets, etc. stuff settles down and becomes easily installable later? |
Ref jupyter#23 (c) Copyright IBM Corp. 2016
Ref jupyter#23 (c) Copyright IBM Corp. 2016
Ref jupyter#23 (c) Copyright IBM Corp. 2016
Ref jupyter#23 (c) Copyright IBM Corp. 2016
Basic demos are working (and then some). We'll get to deploying decl widget notebooks later. |
Try to get declarative widgets working on top of the bleeding edge ipywidgets we're using here already.
/cc @lbustelo
The text was updated successfully, but these errors were encountered: