cocalc icon indicating copy to clipboard operation
cocalc copied to clipboard

courses/nbgrader: implement the ability to cancel a running action by clicking on a button

Open williamstein opened this issue 4 years ago • 1 comments

  1. Start something going, e.g., "nbgrader on a class of 200 students" or "distributing assignments to 150 students".
  2. Realize something is wrong and change your mind.
  3. There is no cancel button.

Implement a cancel/stop button.

WORKAROUND: Since actions are orchestrated client side, this would effectively be identical to just closing and opening the .course file (or refreshing your browser).

williamstein avatar Nov 01 '20 16:11 williamstein

I thought how nice it would be to have such a button while experimenting with a large course file! And presumably it is easy to do?

novoselt avatar Mar 18 '24 01:03 novoselt