From 5a25b495a3e4e9d016427a11efbd1369ee5ec5e8 Mon Sep 17 00:00:00 2001 From: Yegor Tokmakov Date: Wed, 17 Apr 2019 12:13:26 +0200 Subject: [PATCH] Fix autoreload https://github.com/dibgerge/ml-coursera-python-assignments/issues/21 --- Exercise7/exercise7.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exercise7/exercise7.ipynb b/Exercise7/exercise7.ipynb index 0668112..2dbde78 100755 --- a/Exercise7/exercise7.ipynb +++ b/Exercise7/exercise7.ipynb @@ -52,7 +52,7 @@ "# library written for this exercise providing additional functions for assignment submission, and others\n", "import utils\n", "\n", - "%load_ext autoreload \n", + "%load_ext autoreload\n", "%autoreload 2\n", "\n", "# define the submission/grader object for this exercise\n",