Removed duplicated np.random.seed(42) entry from the second notebook
parent
b5cbdc9276
commit
aed738c7ad
|
@ -43,9 +43,6 @@
|
||||||
"import numpy as np\n",
|
"import numpy as np\n",
|
||||||
"import os\n",
|
"import os\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# to make this notebook's output stable across runs\n",
|
|
||||||
"np.random.seed(42)\n",
|
|
||||||
"\n",
|
|
||||||
"# To plot pretty figures\n",
|
"# To plot pretty figures\n",
|
||||||
"%matplotlib inline\n",
|
"%matplotlib inline\n",
|
||||||
"import matplotlib as mpl\n",
|
"import matplotlib as mpl\n",
|
||||||
|
|
Loading…
Reference in New Issue