Browse code

remove 'description' argument in ipywidgets.HBox because it's deprecated

> This is deprecated in traitlets 4.2. This error will be raised in a future release of traitlets.

Bas Nijholt authored on 24/05/2018 07:47:31
Showing 1 changed files
... ...
@@ -152,7 +152,6 @@ def live_info(runner, *, update_interval=0.5):
152 152
 
153 153
     display(ipywidgets.HBox(
154 154
         (status, cancel),
155
-        description='Runner stats',
156 155
         layout=ipywidgets.Layout(border='solid 1px',
157 156
                                  width='200px',
158 157
                                  align_items='center'),