Skip to content

Commit

Permalink
Merge pull request #3106 from davidbrochart/fix_widget_list
Browse files Browse the repository at this point in the history
Remove step parameter from widget list notebook
  • Loading branch information
SylvainCorlay authored Feb 12, 2021
2 parents 8ef7b06 + c93fa2b commit cb8eefe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/examples/Widget List.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@
" value=7,\n",
" min=0,\n",
" max=10,\n",
" step=1,\n",
" description='Loading:',\n",
" bar_style='', # 'success', 'info', 'warning', 'danger' or ''\n",
" orientation='horizontal'\n",
Expand Down Expand Up @@ -263,7 +262,6 @@
" value=7.5,\n",
" min=0,\n",
" max=10.0,\n",
" step=0.1,\n",
" description='Loading:',\n",
" bar_style='info',\n",
" orientation='horizontal'\n",
Expand Down

0 comments on commit cb8eefe

Please sign in to comment.