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
In current setup, output from submitted HPC job i.e. status etc. goes to a separate tab in CyberGIS-Compute interface widget. It would be beneficial, from user's perspective, if this output can be redirected to Cell output/console instead. This would enhance overall user engagement with the CyberGIS-Compute interface.
Describe the solution you'd like
Status and other output from submitted HPC job is visible on the output console of the cell containing CyberGIS-Compute interface.
Describe alternatives you've considered
An alternative is currently available in existing implementation i.e. a tab in CyberGIS-Compute widget having status outputs from submitted HPC job.
The text was updated successfully, but these errors were encountered:
fbaig
changed the title
[Feature] Redirect output to Jupyter Cell Console/Output
[Feature Request] Redirect output to Jupyter Cell Console/Output
Feb 29, 2024
I'm a bit unclear as to what changes you're requesting, but very interested in the outside perspective. We have status outputs in the "job events (live refresh)" portion of the "Your Job Status" tab (see screenshot), what additional status outputs are you looking for?
It would be great to have more statuses between "init" and "end" (possibly what you're requesting?), but I'm not entirely sure how we might implement that/how useful it would be. Maybe just a "Live events last updated at: " to show users that the UI is being continually updated?
Is there a way to redirect this output to Jupyter Cell Output area?
Clarification
Every cell in Jupyter has an output area which displays the (console like) output when the code in the cell is Run. Right now the cell which has CyberGIS-Compute UI loads the widget which shows the UI.
Possible Solution
In CyberGIS-Compute widget, redirect Job Status updates to cell output area using something similar. Maybe just the Event Types to avoid too much output.
Feature Request
In current setup, output from submitted HPC job i.e. status etc. goes to a separate tab in CyberGIS-Compute interface widget. It would be beneficial, from user's perspective, if this output can be redirected to Cell output/console instead. This would enhance overall user engagement with the CyberGIS-Compute interface.
Describe the solution you'd like
Status and other output from submitted HPC job is visible on the output console of the cell containing CyberGIS-Compute interface.
Describe alternatives you've considered
An alternative is currently available in existing implementation i.e. a tab in CyberGIS-Compute widget having status outputs from submitted HPC job.
The text was updated successfully, but these errors were encountered: