Skip to content

How to use progress from parallel in Jupyter notebook? #666

@chhenning

Description

@chhenning

I'm using Python 3.11.9. The following code does not produce any progress bar when running inside a Jupyter notebook.

from fastcore.parallel import parallel

def _f(x):
    return x*x

parallel(_f, range(10), n_workers=2, progress=True, pause=0.25)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions