Add import os

This commit is contained in:
Aurélien Geron
2016-05-22 18:07:41 +02:00
parent 4c588afbb8
commit 0222dd54af
4 changed files with 8 additions and 3 deletions

View File

@@ -21,6 +21,8 @@
"import numpy.random as rnd\n",
"rnd.seed(42) # to make this notebook's output stable across runs\n",
"\n",
"import os\n",
"\n",
"%matplotlib inline\n",
"import matplotlib\n",
"import matplotlib.pyplot as plt\n",