-
Notifications
You must be signed in to change notification settings - Fork 381
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
add interrupt button to spark progress #7428
Comments
how about a "bkg" button that allows the cell to finish even though it is still running. |
yes the bkg button is a good idea. it should be labeled with "&". it should be to the left of the "x". |
@piorek Please help @jaroslawmalekcodete with frontend development, to style the widget. |
* #7428: add interrupt button(init) * #7428: fix css * #7428: add cancelled spark tasks label * #7428 fix * #7428: improve style in preview * #7428: bkg button init * #7428: expose REST server * #7428: adapt get code cell method to rest server * #7428: adapt stop spark session button to rest server * #7428: fix interrupt kernel button under Win * #7428 fix dataType in restService * #7428 add catch block and cleanup * #7428 code cleanup * #7428 change icon to &
an "x" aligned right that interrupts the job on the cluster.
The text was updated successfully, but these errors were encountered: