jupyter-scheduler
jupyter-scheduler copied to clipboard
Usability - hide the banner(job has been created) after the newly created job or job def is reflected by reloading
Problem
After the notebook job is created, the following banner is shown to remind user to reload so that the newly created job or job def could be displayed in the job list.
"Your job "job_name xyz" has been created. If you do not see it in the list below, please reload the list in a few seconds."
After new job appears in the job list, the banner does not disappear and has to be manually closed.
Proposed Solution
Auto hide the banner if the newly created job is displayed in the notebook job/def list?