stateful / runme

DevOps Notebooks Built with Markdown
https://runme.dev
Apache License 2.0
1.08k stars 33 forks source link

feature request: stop notebook execution upon cell failure #659

Open jameswarren opened 2 weeks ago

jameswarren commented 2 weeks ago

When running all cells in a notebook, it would be helpful if a user can specify whether a failure in a cell would prevent execution of all subsequent cells, analogous to the set -e behavior of bash.

Early termination appears to be the default behavior of the CLI:

runme-exit
sourishkrout commented 2 weeks ago

Thanks for reporting this, @jameswarren. We'll treat this as a bug since the behavior is inconsistent.