The line:
|
output = self.bashwrapper.child.before + 'Restarting Bash' |
means that, upon error, the kernel is restarted. This means that, in the context of executing all cells in a notebook from start to finish, the execution will continue after a cell is executed which contained an error.
I would love to be able to disable this behaviour i.e. make it such that execution stops upon first failure.
Is there any easy way to make this happen currently, or would it be easy to add this feature (and demonstrate usage via the README?).