File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
"metadata" : {},
7
7
"outputs" : [],
8
8
"source" : [
9
- " from unit_widgets import *\n " ,
10
- " t = TextUnit (\" ok\" )\n " ,
9
+ " from singleton_widgets import *\n " ,
10
+ " t = TextSingleton (\" ok\" )\n " ,
11
11
" t"
12
12
]
13
13
},
26
26
"metadata" : {},
27
27
"outputs" : [],
28
28
"source" : [
29
- " ta = TextareaUnit (\" ok\" )\n " ,
29
+ " ta = TextareaSingleton (\" ok\" )\n " ,
30
30
" ta"
31
31
]
32
32
},
45
45
"metadata" : {},
46
46
"outputs" : [],
47
47
"source" : [
48
- " c = ComboboxUnit ()\n " ,
48
+ " c = ComboboxSingleton ()\n " ,
49
49
" c"
50
50
]
51
51
},
112
112
"metadata" : {},
113
113
"outputs" : [],
114
114
"source" : [
115
- " x = TextUnit (\" 2\" )\n " ,
115
+ " x = TextSingleton (\" 2\" )\n " ,
116
116
" #x"
117
117
]
118
118
},
122
122
"metadata" : {},
123
123
"outputs" : [],
124
124
"source" : [
125
- " d = DropdownUnit (options=['1', '2'])\n " ,
125
+ " d = DropdownSingleton (options=['1', '2'])\n " ,
126
126
" d"
127
127
]
128
128
},
141
141
"metadata" : {},
142
142
"outputs" : [],
143
143
"source" : [
144
- " b = ToggleButtonUnit (description=\" ok\" )\n " ,
144
+ " b = ToggleButtonSingleton (description=\" ok\" )\n " ,
145
145
" b"
146
146
]
147
147
},
You can’t perform that action at this time.
0 commit comments