mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
add comment views are in *_range
This commit is contained in:
parent
5e9a090423
commit
b5f97c1227
@ -17,4 +17,7 @@
|
||||
define(["notebook/js/widgets/widget"], function(widget_manager){
|
||||
var FloatWidgetModel = IPython.WidgetModel.extend({});
|
||||
widget_manager.register_widget_model('FloatWidgetModel', FloatWidgetModel);
|
||||
|
||||
// The Views for this model are shared with the bounded float, and can be
|
||||
// found in widget_float_range.js.
|
||||
});
|
@ -17,4 +17,7 @@
|
||||
define(["notebook/js/widgets/widget"], function(widget_manager){
|
||||
var IntWidgetModel = IPython.WidgetModel.extend({});
|
||||
widget_manager.register_widget_model('IntWidgetModel', IntWidgetModel);
|
||||
|
||||
// The Views for this model are shared with the bounded int, and can be
|
||||
// found in widget_int_range.js.
|
||||
});
|
Loading…
Reference in New Issue
Block a user