Open
Description
Is your feature request related to a problem? Please describe.
It would be nice if it was possible to do a possible checkpointing of an IBMQExperiment.
Describe the solution you'd like
The use case I'm imagining is that a notebook has generated an IBMQExperiment and submitted at least some of the jobs, but then the kernel dies. It should be able to save the state of the IBMQExperiment on each submit/poll for results. Even on notebook restart, it should be possible to interact with the existing jobs since we save the job ids.