Skip to content

Commit cb8eefe

Browse files
Merge pull request #3106 from davidbrochart/fix_widget_list
Remove step parameter from widget list notebook
2 parents 8ef7b06 + c93fa2b commit cb8eefe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/source/examples/Widget List.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@
235235
" value=7,\n",
236236
" min=0,\n",
237237
" max=10,\n",
238-
" step=1,\n",
239238
" description='Loading:',\n",
240239
" bar_style='', # 'success', 'info', 'warning', 'danger' or ''\n",
241240
" orientation='horizontal'\n",
@@ -263,7 +262,6 @@
263262
" value=7.5,\n",
264263
" min=0,\n",
265264
" max=10.0,\n",
266-
" step=0.1,\n",
267265
" description='Loading:',\n",
268266
" bar_style='info',\n",
269267
" orientation='horizontal'\n",

0 commit comments

Comments
 (0)