The Sofomore.activate method should be implemented, in order to be able to refine a kernel.
- we probably want to call, maybe optionally,
kernel._stopdict.clear() during activation
- @cheikhToure I don't understand the tentative code (see above link)
new_list = [callback for callback in self.kernels[ikernel].opts['termination_callback']\
if callback(kernel) == 'kernel turned off']
kernel.opts['termination_callback'] = new_list
Was the == mean to read != such that the turned off termination is removed?
The
Sofomore.activatemethod should be implemented, in order to be able to refine a kernel.kernel._stopdict.clear()during activation==mean to read!=such that theturned offtermination is removed?