Add missing import sys

This commit is contained in:
Aurélien Geron
2016-10-08 00:19:23 +02:00
parent 4322d018e4
commit f23154de87

View File

@@ -43,6 +43,7 @@
"import numpy as np\n",
"import numpy.random as rnd\n",
"import os\n",
"import sys\n",
"\n",
"# to make this notebook's output stable across runs\n",
"rnd.seed(42)\n",