File tree 1 file changed +7
-28
lines changed
CMP9065 Data Programming in Python
1 file changed +7
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"cells" : [
3
- {
4
- "cell_type" : " code" ,
5
- "execution_count" : 1 ,
6
- "metadata" : {},
7
- "outputs" : [],
8
- "source" : [
9
- " import seaborn"
10
- ]
11
- },
12
3
{
13
4
"cell_type" : " code" ,
14
5
"execution_count" : 2 ,
15
6
"metadata" : {},
16
7
"outputs" : [],
17
8
"source" : [
18
- " import pandas"
19
- ]
20
- },
21
- {
22
- "cell_type" : " code" ,
23
- "execution_count" : 3 ,
24
- "metadata" : {},
25
- "outputs" : [],
26
- "source" : [
9
+ " import sklearn\n " ,
10
+ " import skimage\n " ,
11
+ " import seaborn\n " ,
12
+ " import matplotlib\n " ,
13
+ " import numpy\n " ,
14
+ " import pandas\n " ,
27
15
" import scipy"
28
16
]
29
- },
30
- {
31
- "cell_type" : " code" ,
32
- "execution_count" : 4 ,
33
- "metadata" : {},
34
- "outputs" : [],
35
- "source" : [
36
- " import sklearn"
37
- ]
38
17
}
39
18
],
40
19
"metadata" : {
53
32
"name" : " python" ,
54
33
"nbconvert_exporter" : " python" ,
55
34
"pygments_lexer" : " ipython3" ,
56
- "version" : " 3.12.4 "
35
+ "version" : " 3.12.5 "
57
36
}
58
37
},
59
38
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments