diff --git a/notebook/static/notebook/js/codecell.js b/notebook/static/notebook/js/codecell.js index fe8664a38..a5b2567c3 100644 --- a/notebook/static/notebook/js/codecell.js +++ b/notebook/static/notebook/js/codecell.js @@ -314,8 +314,6 @@ define([ this.metadata.tags !== undefined) { if (this.metadata.tags.indexOf('raises-exception') !== -1) { stop_on_error = false; - } else if (this.metadata.tags.indexOf('nbval-raises-exception') !== -1) { - stop_on_error = false; } else { stop_on_error = true; }