Show More
|
1 | NO CONTENT: file renamed from IPython/html/widgets/widget.js to IPython/html/static/notebook/js/widget.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/container/model.js to IPython/html/static/notebook/js/widgets/model_container.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/float_range/model.js to IPython/html/static/notebook/js/widgets/model_float_range.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/int_range/model.js to IPython/html/static/notebook/js/widgets/model_int_range.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/selection/model.js to IPython/html/static/notebook/js/widgets/model_selection.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/string/model.js to IPython/html/static/notebook/js/widgets/model_string.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/container/view.js to IPython/html/static/notebook/js/widgets/view_container.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/float_range/view_slider.js to IPython/html/static/notebook/js/widgets/view_float_range_slider.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/float_range/view_text.js to IPython/html/static/notebook/js/widgets/view_float_range_text.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/int_range/view_slider.js to IPython/html/static/notebook/js/widgets/view_int_range_slider.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/int_range/view_text.js to IPython/html/static/notebook/js/widgets/view_int_range_text.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/selection/view_dropdown.js to IPython/html/static/notebook/js/widgets/view_selection_dropdown.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/selection/view_radiobutton.js to IPython/html/static/notebook/js/widgets/view_selection_radiobutton.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/string/view_textarea.js to IPython/html/static/notebook/js/widgets/view_string_textarea.js |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/string/view_textbox.js to IPython/html/static/notebook/js/widgets/view_string_textbox.js |
@@ -1,4 +1,4 b'' | |||
|
1 |
from |
|
|
1 | from base import Widget, init_widget_js | |
|
2 | 2 | |
|
3 | 3 | from container import ContainerWidget |
|
4 | 4 | from float_range import FloatRangeWidget |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/widget.py to IPython/html/widgets/base.py |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/container/widget.py to IPython/html/widgets/container.py |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/float_range/widget.py to IPython/html/widgets/float_range.py |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/int_range/widget.py to IPython/html/widgets/int_range.py |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/selection/widget.py to IPython/html/widgets/selection.py |
|
1 | NO CONTENT: file renamed from IPython/html/widgets/string/widget.py to IPython/html/widgets/string.py |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now