Parallel processing (erlab.parallel)

Helper functions for parallel processing.

Functions

joblib_progress([file])

Patches joblib to report into a tqdm progress bar.

joblib_progress_qt(signal)

Context manager for interactive windows.

erlab.parallel.joblib_progress(file=None, **kwargs)[source]

Patches joblib to report into a tqdm progress bar.

erlab.parallel.joblib_progress_qt(signal)[source]

Context manager for interactive windows.

The number of completed tasks are emitted by the given signal.