Merge pull request #23 from yegortokmakov/patch-1

Fix autoreload
This commit is contained in:
Gerges Dib
2019-04-30 08:58:52 -07:00
committed by GitHub

View File

@@ -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",