File tree 2 files changed +94
-4
lines changed
2 files changed +94
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "cells" : [],
3
- "metadata" : {},
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " code" ,
5
+ "execution_count" : 1 ,
6
+ "metadata" : {},
7
+ "outputs" : [
8
+ {
9
+ "name" : " stdout" ,
10
+ "output_type" : " stream" ,
11
+ "text" : [
12
+ " Hello World!\n "
13
+ ]
14
+ }
15
+ ],
16
+ "source" : [
17
+ " print('Hello World!')"
18
+ ]
19
+ },
20
+ {
21
+ "cell_type" : " code" ,
22
+ "execution_count" : null ,
23
+ "metadata" : {
24
+ "collapsed" : true
25
+ },
26
+ "outputs" : [],
27
+ "source" : []
28
+ }
29
+ ],
30
+ "metadata" : {
31
+ "kernelspec" : {
32
+ "display_name" : " Python 3" ,
33
+ "language" : " python" ,
34
+ "name" : " python3"
35
+ },
36
+ "language_info" : {
37
+ "codemirror_mode" : {
38
+ "name" : " ipython" ,
39
+ "version" : 3
40
+ },
41
+ "file_extension" : " .py" ,
42
+ "mimetype" : " text/x-python" ,
43
+ "name" : " python" ,
44
+ "nbconvert_exporter" : " python" ,
45
+ "pygments_lexer" : " ipython3" ,
46
+ "version" : " 3.6.3"
47
+ }
48
+ },
4
49
"nbformat" : 4 ,
5
50
"nbformat_minor" : 2
6
51
}
Original file line number Diff line number Diff line change 1
1
{
2
- "cells" : [],
3
- "metadata" : {},
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " code" ,
5
+ "execution_count" : 1 ,
6
+ "metadata" : {},
7
+ "outputs" : [
8
+ {
9
+ "name" : " stdout" ,
10
+ "output_type" : " stream" ,
11
+ "text" : [
12
+ " Hello World!\n "
13
+ ]
14
+ }
15
+ ],
16
+ "source" : [
17
+ " print('Hello World!')"
18
+ ]
19
+ },
20
+ {
21
+ "cell_type" : " code" ,
22
+ "execution_count" : null ,
23
+ "metadata" : {
24
+ "collapsed" : true
25
+ },
26
+ "outputs" : [],
27
+ "source" : []
28
+ }
29
+ ],
30
+ "metadata" : {
31
+ "kernelspec" : {
32
+ "display_name" : " Python 3" ,
33
+ "language" : " python" ,
34
+ "name" : " python3"
35
+ },
36
+ "language_info" : {
37
+ "codemirror_mode" : {
38
+ "name" : " ipython" ,
39
+ "version" : 3
40
+ },
41
+ "file_extension" : " .py" ,
42
+ "mimetype" : " text/x-python" ,
43
+ "name" : " python" ,
44
+ "nbconvert_exporter" : " python" ,
45
+ "pygments_lexer" : " ipython3" ,
46
+ "version" : " 3.6.3"
47
+ }
48
+ },
4
49
"nbformat" : 4 ,
5
50
"nbformat_minor" : 2
6
51
}
You can’t perform that action at this time.
0 commit comments