You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: