diff --git a/IPython/core/display.py b/IPython/core/display.py index 5fdb5fe..2da173e 100644 --- a/IPython/core/display.py +++ b/IPython/core/display.py @@ -728,7 +728,7 @@ class SVG(DisplayObject): def _repr_svg_(self): return self._data_and_metadata() -class ProgressBar(object): +class ProgressBar(DisplayObject): """Progressbar supports displaying a progressbar like element """ def __init__(self, total):