##// END OF EJS Templates
Fixed widget imports for Python3
Fixed widget imports for Python3

File last commit:

r14285:e4a30f47
r14300:b5e15cbb
Show More
int.js
3 lines | 197 B | application/javascript | JavascriptLexer
require(["notebook/js/widget"], function(){
var IntWidgetModel = IPython.WidgetModel.extend({});
IPython.notebook.widget_manager.register_widget_model('IntWidgetModel', IntWidgetModel);
});