Skip to content

Commit 01a0ce1

Browse files
committed
added mods
1 parent 6a0059b commit 01a0ce1

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

lecture_2/2. Linear Separators.ipynb

+15-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 9,
6-
"metadata": {
7-
"collapsed": true
8-
},
9-
"outputs": [],
5+
"execution_count": 2,
6+
"metadata": {},
7+
"outputs": [
8+
{
9+
"name": "stdout",
10+
"output_type": "stream",
11+
"text": [
12+
"3.6.1 (default, Apr 4 2017, 09:40:21) \n",
13+
"[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.38)]\n"
14+
]
15+
}
16+
],
1017
"source": [
11-
"import numpy as np"
18+
"import numpy as np\n",
19+
"import sys\n",
20+
"print(sys.version)"
1221
]
1322
},
1423
{

0 commit comments

Comments
 (0)