Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Redirect output to Jupyter Cell Console/Output #82

Open
fbaig opened this issue Feb 29, 2024 · 2 comments
Open

[Feature Request] Redirect output to Jupyter Cell Console/Output #82

fbaig opened this issue Feb 29, 2024 · 2 comments
Labels
feature request A request for a new feature.

Comments

@fbaig
Copy link

fbaig commented Feb 29, 2024

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.

@fbaig fbaig added the feature request A request for a new feature. label Feb 29, 2024
@fbaig fbaig changed the title [Feature] Redirect output to Jupyter Cell Console/Output [Feature Request] Redirect output to Jupyter Cell Console/Output Feb 29, 2024
@alexandermichels
Copy link
Member

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?

image

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?

@fbaig
Copy link
Author

fbaig commented Apr 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request for a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants