-
Notifications
You must be signed in to change notification settings - Fork 47
Support new requirejs path for declarativewidgets 0.5.0 #193
Comments
Should be able to just add the path. Can probably even leave the old one in there if desired for compat with older versions. But I think master/0.5 of dashboard_server is compatible with 0.5.0 of declarative widgets and up only already: dashboard.js invokes the widget system init function using the new API, not the one from 0.4.x. #194 covers moving to ipywidgets 5.0. |
We still need to get this one done for 0.5. I moved the other issues to 0.6 to separate them out. |
This seems to be the right stuff, though the map is a bit superfluous.
@lbustelo: After adding this, hit a new incompatibility introduced by jupyter/declarativewidgets#322
In dashboard server, @jhpedemonte not sure if we can shim. |
Removing this fixes everything:
@lbustelo since this is a hack to protect against a timing bug in ipywidgets, would it be possible to guard it with |
Fixes jupyter#193 (c) Copyright IBM Corp. 2016
See jupyter/declarativewidgets#313.
The text was updated successfully, but these errors were encountered: