8000 Added iPython notebook. · pythonpeixun/practice-python@cb5e8e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb5e8e8

Browse files
committed
Added iPython notebook.
1 parent ccb163b commit cb5e8e8

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

experiments/ipython/First.ipynb

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 6,
6+
"metadata": {
7+
"collapsed": false
8+
},
9+
"outputs": [
10+
{
11+
"name": "stdout",
12+
"output_type": "stream",
13+
"text": [
14+
"321\n"
15+
]
16+
}
17+
],
18+
"source": [
19+
"import random\n",
20+
"\n",
21+
"print(random.randint(1, 600))\n"
22+
]
23+
},
24+
{
25+
"cell_type": "code",
26+
"execution_count": null,
27+
"metadata": {
28+
"collapsed": true
29+
},
30+
"outputs": [],
31+
"source": []
32+
},
33+
{
34+
"cell_type": "code",
35+
"execution_count": null,
36+
"metadata": {
37+
"collapsed": true
38+
},
39+
"outputs": [],
40+
"source": []
41+
},
42+
{
43+
"cell_type": "code",
44+
"execution_count": null,
45+
"metadata": {
46+
"collapsed": true
47+
},
48+
"outputs": [],
49+
"source": []
50+
}
51+
],
52+
"metadata": {
53+
"kernelspec": {
54+
"display_name": "Python 3",
55+
"language": "python",
56+
"name": "python3"
57+
},
58+
"language_info": {
59+
"codemirror_mode": {
60+
"name": "ipython",
61+
"version": 3
62+
},
63+
"file_extension": ".py",
64+
"mimetype": "text/x-python",
65+
"name": "python",
66+
"nbconvert_exporter": "python",
67+
"pygments_lexer": "ipython3",
68+
"version": "3.5.0"
69+
}
70+
},
71+
"nbformat": 4,
72+
"nbformat_minor": 1
73+
}

0 commit comments

Comments
 (0)
0