Would it be possible to add some kind of progress indicator for an Experiment?
Maybe this could be an option for block_for_results(), like block_for_results(display_status=True), to display some live indicator of which stage the experiment is currently in: local job preparation, submission, awaiting results from backend, locally analyzing results, complete. (Or however we want to denote the progress).
I'm imagining something that could run and display in a Jupyter notebook. I feel this could improve quality-of-life for users, and also help profile possible bottlenecks that arise.
Suggested feature
Would it be possible to add some kind of progress indicator for an Experiment?
Maybe this could be an option for block_for_results(), like
block_for_results(display_status=True)
, to display some live indicator of which stage the experiment is currently in: local job preparation, submission, awaiting results from backend, locally analyzing results, complete. (Or however we want to denote the progress).I'm imagining something that could run and display in a Jupyter notebook. I feel this could improve quality-of-life for users, and also help profile possible bottlenecks that arise.