From 44f34d9d7425b9bda59026b82b435577a43055ba Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Fri, 21 Feb 2020 14:00:35 -0800 Subject: [PATCH] Add exceptoin --- mnist/mnist_gcp.ipynb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mnist/mnist_gcp.ipynb b/mnist/mnist_gcp.ipynb index 37316f98..d5ff1933 100644 --- a/mnist/mnist_gcp.ipynb +++ b/mnist/mnist_gcp.ipynb @@ -18,6 +18,15 @@ " " ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "raise ValueError(\"Fake exception\")" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -1783,7 +1792,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.9" + "version": "3.7.5rc1" } }, "nbformat": 4,