1 | initial version |
There currently isn't any way to pause a computation in the notebook. The only way I can think of the implement such a thing would be to send a SIGTSTP
signal to the worker process, but I do not know how the pexpect interface to that process would behave.