in src/SentinelUtilities/SentinelWidgets/widget_view_helper.py [0:0]
def define_int_progress_bar():
""" Define a progress bar """
return widgets.IntProgress(value=0,
min=0,
max=10,
step=1,
description='Loading:',
bar_style='success',
orientation='horizontal',
position='top')