File tree Expand file tree Collapse file tree 1 file changed +67
-0
lines changed Expand file tree Collapse file tree 1 file changed +67
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments