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
By default run stops on the first error. Add a message "n cells are skipped due to the previous error. Use setting datascience.StopOnError to change the behavior." in the output if there're cells canceled due to error in the previous cell. The cells following the error cell will be removed in the interactive window.
This is likely going to require changes to how we submit as all of the cells have already been submitted to jupyter. Although the pendingCellSubscriptions could be used on an error to cancel all (but Jupyter might get to them first).
Came from a usability study
Perhaps with a flag to override
The text was updated successfully, but these errors were encountered: