IPython/Jupyter Support¶
Introduction¶
These classes integrate with Jupyter Notebook using the ipywidgets package.
IPythonProgressBar
- Progress bar for Jupyter Notebook¶
-
class
qinfer.
IPythonProgressBar
[source]¶ Bases:
object
Represents a progress bar as an IPython widget. If the widget is closed by the user, or by calling
finalize()
, any further operations will be ignored.Note
This progress bar is compatible with QuTiP progress bar classes.
-
description
¶ Text description for the progress bar widget, or
None
if the widget has been closed.Type: str
-