mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Fix, require.js needs return of widget manager for other widgets
This commit is contained in:
parent
d7c0498b13
commit
19e9cee437
@ -557,4 +557,6 @@ function(widget_manager, underscore, backbone){
|
||||
|
||||
IPython.WidgetModel = WidgetModel;
|
||||
IPython.WidgetView = WidgetView;
|
||||
|
||||
return widget_manager;
|
||||
});
|
Loading…
Reference in New Issue
Block a user