##// END OF EJS Templates
Added `visible` property to all widgets
Added `visible` property to all widgets

File last commit:

r14285:e4a30f47
r14311:a241dfef
Show More
float.js
3 lines | 203 B | application/javascript | JavascriptLexer
require(["notebook/js/widget"], function(){
var FloatWidgetModel = IPython.WidgetModel.extend({});
IPython.notebook.widget_manager.register_widget_model('FloatWidgetModel', FloatWidgetModel);
});