Skip to content

Commit 85ef178

Browse files
committed
start ipython notebook
1 parent 46e3f7d commit 85ef178

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

Quick tour.ipynb

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"metadata": {
7+
"collapsed": true
8+
},
9+
"outputs": [],
10+
"source": [
11+
"import pandas as pd"
12+
]
13+
},
14+
{
15+
"cell_type": "code",
16+
"execution_count": 2,
17+
"metadata": {
18+
"collapsed": false
19+
},
20+
"outputs": [
21+
{
22+
"name": "stdout",
23+
"output_type": "stream",
24+
"text": [
25+
"Populating the interactive namespace from numpy and matplotlib\n"
26+
]
27+
}
28+
],
29+
"source": [
30+
"%pylab inline"
31+
]
32+
},
33+
{
34+
"cell_type": "markdown",
35+
"metadata": {},
36+
"source": [
37+
"#My quick tour"
38+
]
39+
},
40+
{
41+
"cell_type": "markdown",
42+
"metadata": {},
43+
"source": []
44+
}
45+
],
46+
"metadata": {
47+
"kernelspec": {
48+
"display_name": "Python 2",
49+
"language": "python",
50+
"name": "python2"
51+
},
52+
"language_info": {
53+
"codemirror_mode": {
54+
"name": "ipython",
55+
"version": 2
56+
},
57+
"file_extension": ".py",
58+
"mimetype": "text/x-python",
59+
"name": "python",
60+
"nbconvert_exporter": "python",
61+
"pygments_lexer": "ipython2",
62+
"version": "2.7.9"
63+
}
64+
},
65+
"nbformat": 4,
66+
"nbformat_minor": 0
67+
}

0 commit comments

Comments
 (0)