Add missing import sys

main
Aurélien Geron 2016-10-08 00:19:23 +02:00
parent 4322d018e4
commit f23154de87
1 changed files with 1 additions and 0 deletions

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