openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

jupyter-aware batch job progress

Open soxofaan opened this issue 3 years ago • 0 comments

The openEO python client has functionality to launch and track a batch job, so that the user does not have to implement their own polling loop. The output currently looks like this: Screenshot from 2022-02-01 16-27-10

This is fine if you use this from command line scripts, but we can probably make this prettier in a jupyter notebook context (with real progress bar widget, avoiding consumption of a lot of vertical space, ...)

soxofaan avatar Feb 01 '22 15:02 soxofaan