Show More
@@ -1,4 +1,4 b'' | |||||
1 |
from |
|
1 | from widget import Widget | |
2 | from IPython.utils.traitlets import Unicode, Bool, List |
|
2 | from IPython.utils.traitlets import Unicode, Bool, List | |
3 |
|
3 | |||
4 | class BoolWidget(Widget): |
|
4 | class BoolWidget(Widget): |
@@ -1,7 +1,7 b'' | |||||
1 | import inspect |
|
1 | import inspect | |
2 | import types |
|
2 | import types | |
3 |
|
3 | |||
4 |
from |
|
4 | from widget import Widget | |
5 | from IPython.utils.traitlets import Unicode, Bool, Int |
|
5 | from IPython.utils.traitlets import Unicode, Bool, Int | |
6 |
|
6 | |||
7 | class ButtonWidget(Widget): |
|
7 | class ButtonWidget(Widget): |
@@ -1,4 +1,4 b'' | |||||
1 |
from |
|
1 | from widget import Widget | |
2 | from IPython.utils.traitlets import Unicode, Bool |
|
2 | from IPython.utils.traitlets import Unicode, Bool | |
3 |
|
3 | |||
4 | class ContainerWidget(Widget): |
|
4 | class ContainerWidget(Widget): |
@@ -1,4 +1,4 b'' | |||||
1 |
from |
|
1 | from widget import Widget | |
2 | from IPython.utils.traitlets import Unicode, Float, Bool, List |
|
2 | from IPython.utils.traitlets import Unicode, Float, Bool, List | |
3 |
|
3 | |||
4 | class FloatWidget(Widget): |
|
4 | class FloatWidget(Widget): |
@@ -1,4 +1,4 b'' | |||||
1 |
from |
|
1 | from widget import Widget | |
2 | from IPython.utils.traitlets import Unicode, Float, Bool, List |
|
2 | from IPython.utils.traitlets import Unicode, Float, Bool, List | |
3 |
|
3 | |||
4 | class FloatRangeWidget(Widget): |
|
4 | class FloatRangeWidget(Widget): |
@@ -1,4 +1,4 b'' | |||||
1 |
from |
|
1 | from widget import Widget | |
2 | from IPython.utils.traitlets import Unicode, Int, Bool, List |
|
2 | from IPython.utils.traitlets import Unicode, Int, Bool, List | |
3 |
|
3 | |||
4 | class IntWidget(Widget): |
|
4 | class IntWidget(Widget): |
@@ -1,4 +1,4 b'' | |||||
1 |
from |
|
1 | from widget import Widget | |
2 | from IPython.utils.traitlets import Unicode, Int, Bool, List |
|
2 | from IPython.utils.traitlets import Unicode, Int, Bool, List | |
3 |
|
3 | |||
4 | class IntRangeWidget(Widget): |
|
4 | class IntRangeWidget(Widget): |
General Comments 0
You need to be logged in to leave comments.
Login now