apsknight / gangaextension

Jupyter Extension for running Ganga Jobs inside Notebook
GNU General Public License v3.0
4 stars 4 forks source link

Job widget not updated if j.submit() in another cell #21

Closed moscicki closed 6 years ago

moscicki commented 6 years ago

The first job I submitted (j.submit() in another cell!) stays in the submitted state in the widget.

The second job (submitted later) has completed (so the first one should be completed too).

image

On the monitoring page both are completed:

image

apsknight commented 6 years ago

@moscicki Please check it again, widget should be updating status now.