openeo-python-client
openeo-python-client copied to clipboard
jupyter-aware batch job progress
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:
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, ...)