File tree Expand file tree Collapse file tree 1 file changed +31
-57
lines changed
notebooks/Lesson-2-Reading-Files Expand file tree Collapse file tree 1 file changed +31
-57
lines changed Original file line number Diff line number Diff line change 16
16
},
17
17
{
18
18
"cell_type" : " code" ,
19
- "execution_count" : 1 ,
19
+ "execution_count" : null ,
20
20
"metadata" : {
21
- "collapsed" : false
21
+ "collapsed" : false ,
22
+ "jupyter" : {
23
+ "outputs_hidden" : false
24
+ }
22
25
},
23
26
"outputs" : [],
24
27
"source" : [
41
44
},
42
45
{
43
46
"cell_type" : " code" ,
44
- "execution_count" : 2 ,
47
+ "execution_count" : null ,
45
48
"metadata" : {
46
- "collapsed" : false
47
- },
48
- "outputs" : [
49
- {
50
- "data" : {
51
- "text/plain" : [
52
- " 'savedrecs'"
53
- ]
54
- },
55
- "execution_count" : 2 ,
56
- "metadata" : {},
57
- "output_type" : " execute_result"
49
+ "collapsed" : false ,
50
+ "jupyter" : {
51
+ "outputs_hidden" : false
58
52
}
59
- ],
53
+ },
54
+ "outputs" : [],
60
55
"source" : [
61
56
" RC = mk.RecordCollection(\" savedrecs.txt\" )\n " ,
62
57
" repr(RC)"
71
66
},
72
67
{
73
68
"cell_type" : " code" ,
74
- "execution_count" : 3 ,
69
+ "execution_count" : null ,
75
70
"metadata" : {
76
- "collapsed" : false
77
- },
78
- "outputs" : [
79
- {
80
- "data" : {
81
- "text/plain" : [
82
- " 'files-from-.'"
83
- ]
84
- },
85
- "execution_count" : 3 ,
86
- "metadata" : {},
87
- "output_type" : " execute_result"
71
+ "collapsed" : false ,
72
+ "jupyter" : {
73
+ "outputs_hidden" : false
88
74
}
89
- ],
75
+ },
76
+ "outputs" : [],
90
77
"source" : [
91
78
" RC = mk.RecordCollection(\" .\" )\n " ,
92
79
" repr(RC)"
101
88
},
102
89
{
103
90
"cell_type" : " code" ,
104
- "execution_count" : 4 ,
91
+ "execution_count" : null ,
105
92
"metadata" : {
106
- "collapsed" : false
107
- },
108
- "outputs" : [
109
- {
110
- "data" : {
111
- "text/plain" : [
112
- " 'txt-files-from-.'"
113
- ]
114
- },
115
- "execution_count" : 4 ,
116
- "metadata" : {},
117
- "output_type" : " execute_result"
93
+ "collapsed" : false ,
94
+ "jupyter" : {
95
+ "outputs_hidden" : false
118
96
}
119
- ],
97
+ },
98
+ "outputs" : [],
120
99
"source" : [
121
100
" RC = mk.RecordCollection(\" .\" , extension = \" txt\" )\n " ,
122
101
" repr(RC)"
131
110
},
132
111
{
133
112
"cell_type" : " code" ,
134
- "execution_count" : 5 ,
113
+ "execution_count" : null ,
135
114
"metadata" : {
136
- "collapsed" : false
137
- },
138
- "outputs" : [
139
- {
140
- "name" : " stdout" ,
141
- "output_type" : " stream" ,
142
- "text" : [
143
- " RC is a Collection of 32 records\n "
144
- ]
115
+ "collapsed" : false ,
116
+ "jupyter" : {
117
+ "outputs_hidden" : false
145
118
}
146
- ],
119
+ },
120
+ "outputs" : [],
147
121
"source" : [
148
122
" print(\" RC is a \" + str(RC))"
149
123
]
172
146
"name" : " python" ,
173
147
"nbconvert_exporter" : " python" ,
174
148
"pygments_lexer" : " ipython3" ,
175
- "version" : " 3.4.0 "
149
+ "version" : " 3.7.4 "
176
150
}
177
151
},
178
152
"nbformat" : 4 ,
179
- "nbformat_minor" : 0
153
+ "nbformat_minor" : 4
180
154
}
You can’t perform that action at this time.
0 commit comments