Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Get a simple declarative widgets demo working #23

Closed
parente opened this issue Jan 25, 2016 · 3 comments
Closed

Get a simple declarative widgets demo working #23

parente opened this issue Jan 25, 2016 · 3 comments
Assignees
Milestone

Comments

@parente
Copy link
Member

parente commented Jan 25, 2016

Try to get declarative widgets working on top of the bleeding edge ipywidgets we're using here already.

/cc @lbustelo

@parente parente modified the milestone: 0.2.0 Jan 25, 2016
@lbustelo
Copy link

Take a look at jupyter/declarativewidgets#157
There were many changes to get things to function.

@parente
Copy link
Member Author

parente commented Jan 27, 2016

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?

jhpedemonte added a commit to jhpedemonte/dashboards_server that referenced this issue Feb 4, 2016
Ref jupyter#23

(c) Copyright IBM Corp. 2016
jhpedemonte added a commit to jhpedemonte/dashboards_server that referenced this issue Feb 8, 2016
Ref jupyter#23

(c) Copyright IBM Corp. 2016
jhpedemonte added a commit to jhpedemonte/dashboards_server that referenced this issue Feb 11, 2016
Ref jupyter#23

(c) Copyright IBM Corp. 2016
jhpedemonte added a commit to jhpedemonte/dashboards_server that referenced this issue Feb 15, 2016
Ref jupyter#23

(c) Copyright IBM Corp. 2016
@parente parente closed this as completed Feb 16, 2016
@parente
Copy link
Member Author

parente commented Feb 16, 2016

Basic demos are working (and then some). We'll get to deploying decl widget notebooks later.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants