You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #2549, exceptions in cells tagged with raises-exception are ignored on "Run All".
That's good, but it didn't go far enough.
If a cell tagged with raises-exception does not actually raise an exception, this should itself be an error and stop the rest of the notebook from executing.