Skip to content

Commit 30408d8

Browse files
committed
editing UseJupyter
1 parent 2d2aefa commit 30408d8

File tree

2 files changed

+94
-4
lines changed

2 files changed

+94
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
{
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+
},
449
"nbformat": 4,
550
"nbformat_minor": 2
651
}

UseJupyter.ipynb

+47-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
{
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+
},
449
"nbformat": 4,
550
"nbformat_minor": 2
651
}

0 commit comments

Comments
 (0)