Bug Report
Bug: Progress bars in Cobra are printed as text.
Description
When running Cobra methods in a Jupyter Lab notebook, Cobra's progress bars appear as text.
Steps to Reproduce
Run Cobra's main library functions from within a Jupyter Lab notebook.
Expected Result
An HTML progress bar should appear, indicating progress during execution of Cobra's functionality.
Actual Results
Cobra's progress bars appear as follows:
HBox(children=(HTML(value='Computing discretization bins...'), FloatProgress(value=0.0, max=12.0), HTML(value=…
Possible help in solving the issue
tqdm/tqdm#645
Bug Report
Bug: Progress bars in Cobra are printed as text.
Description
When running Cobra methods in a Jupyter Lab notebook, Cobra's progress bars appear as text.
Steps to Reproduce
Run Cobra's main library functions from within a Jupyter Lab notebook.
Expected Result
An HTML progress bar should appear, indicating progress during execution of Cobra's functionality.
Actual Results
Cobra's progress bars appear as follows:
HBox(children=(HTML(value='Computing discretization bins...'), FloatProgress(value=0.0, max=12.0), HTML(value=…Possible help in solving the issue
tqdm/tqdm#645