Skip to content

Progress bars in Cobra are printed as text #85

@sandervh14

Description

@sandervh14

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions