File tree 2 files changed +20
-8
lines changed
2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change
1
+ .ipynb_checkpoints /
Original file line number Diff line number Diff line change 57
57
},
58
58
{
59
59
"cell_type" : " code" ,
60
- "execution_count" : null ,
60
+ "execution_count" : 1 ,
61
61
"metadata" : {
62
62
"collapsed" : false
63
63
},
64
- "outputs" : [],
65
- "source" : []
64
+ "outputs" : [
65
+ {
66
+ "name" : " stdout" ,
67
+ "output_type" : " stream" ,
68
+ "text" : [
69
+ " Hello D4D from DC!\n "
70
+ ]
71
+ }
72
+ ],
73
+ "source" : [
74
+ " # Good day from dc\n " ,
75
+ " print(\" Hello D4D from DC!\" )"
76
+ ]
66
77
},
67
78
{
68
79
"cell_type" : " code" ,
76
87
],
77
88
"metadata" : {
78
89
"kernelspec" : {
79
- "display_name" : " Python 2 " ,
90
+ "display_name" : " Python 3 " ,
80
91
"language" : " python" ,
81
- "name" : " python2 "
92
+ "name" : " python3 "
82
93
},
83
94
"language_info" : {
84
95
"codemirror_mode" : {
85
96
"name" : " ipython" ,
86
- "version" : 2
97
+ "version" : 3
87
98
},
88
99
"file_extension" : " .py" ,
89
100
"mimetype" : " text/x-python" ,
90
101
"name" : " python" ,
91
102
"nbconvert_exporter" : " python" ,
92
- "pygments_lexer" : " ipython2 " ,
93
- "version" : " 2.7.11 "
103
+ "pygments_lexer" : " ipython3 " ,
104
+ "version" : " 3.5.2 "
94
105
}
95
106
},
96
107
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments