From 4cfa7f65d57b3e727b67cb6024afa88316aa9da5 Mon Sep 17 00:00:00 2001 From: Michael Scott Cuthbert Date: Thu, 8 Jun 2017 14:50:09 -0400 Subject: [PATCH] Remove nbval version from code --- notebook/static/notebook/js/codecell.js | 2 -- 1 file changed, 2 deletions(-) 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; }