File tree 1 file changed +34
-7
lines changed
1 file changed +34
-7
lines changed Original file line number Diff line number Diff line change 2
2
"cells" : [
3
3
{
4
4
"cell_type" : " code" ,
5
- "execution_count" : 1 ,
5
+ "execution_count" : 2 ,
6
6
"metadata" : {},
7
7
"outputs" : [
8
8
{
20
20
},
21
21
{
22
22
"cell_type" : " code" ,
23
- "execution_count" : 2 ,
23
+ "execution_count" : 3 ,
24
24
"metadata" : {},
25
25
"outputs" : [
26
26
{
40
40
},
41
41
{
42
42
"cell_type" : " code" ,
43
- "execution_count" : 3 ,
43
+ "execution_count" : 4 ,
44
44
"metadata" : {},
45
45
"outputs" : [
46
46
{
58
58
},
59
59
{
60
60
"cell_type" : " code" ,
61
- "execution_count" : null ,
61
+ "execution_count" : 6 ,
62
62
"metadata" : {},
63
- "outputs" : [],
64
- "source" : []
63
+ "outputs" : [
64
+ {
65
+ "name" : " stdout" ,
66
+ "output_type" : " stream" ,
67
+ "text" : [
68
+ " 365\n "
69
+ ]
70
+ }
71
+ ],
72
+ "source" : [
73
+ " print(mixed[0])"
74
+ ]
75
+ },
76
+ {
77
+ "cell_type" : " code" ,
78
+ "execution_count" : 7 ,
79
+ "metadata" : {},
80
+ "outputs" : [
81
+ {
82
+ "name" : " stdout" ,
83
+ "output_type" : " stream" ,
84
+ "text" : [
85
+ " [365, 'days', True]\n "
86
+ ]
87
+ }
88
+ ],
89
+ "source" : [
90
+ " print(mixed[0:3])"
91
+ ]
65
92
}
66
93
],
67
94
"metadata" : {
80
107
"name" : " python" ,
81
108
"nbconvert_exporter" : " python" ,
82
109
"pygments_lexer" : " ipython3" ,
83
- "version" : " 3.7.3 "
110
+ "version" : " 3.7.4 "
84
111
}
85
112
},
86
113
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments