Skip to content

Commit b0877ca

Browse files
authored
Update experiments json to include ipywidgets (#10992)
* Update experiments json to include ipywidgets * Update experiments.json
1 parent 0b14333 commit b0877ca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

experiments.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,18 @@
136136
"salt": "CollectNodeLSRequestTiming",
137137
"min": 0,
138138
"max": 0
139+
},
140+
{
141+
"name": "EnableIPyWidgets - experiment",
142+
"salt": "EnableIPyWidgets",
143+
"min": 0,
144+
"max": 100
145+
},
146+
{
147+
"name": "EnableIPyWidgets - control",
148+
"salt": "EnableIPyWidgets",
149+
"min": 0,
150+
"max": 0
139151
}
152+
140153
]

0 commit comments

Comments
 (0)