Conditionally stop current or all cell executions

13 Views Asked by At

I have a complex flow split into multiple cells that can be run optionally or all at once.

However, when they are run all at once, I need a way to

  • exit from current cell (ideally with a message)
  • prevent other cells in queue to be executed

Additionally, is this possible?

  • re-run current cell
  • re-run current cell and continue execution flow

Is there a line magic or another way that achieves that?

0

There are 0 best solutions below