Show More
@@ -16,6 +16,16 b'' | |||
|
16 | 16 | ] |
|
17 | 17 | }, |
|
18 | 18 | { |
|
19 | "cell_type": "code", | |
|
20 | "collapsed": false, | |
|
21 | "input": [ | |
|
22 | "%pylab inline" | |
|
23 | ], | |
|
24 | "language": "python", | |
|
25 | "metadata": {}, | |
|
26 | "outputs": [] | |
|
27 | }, | |
|
28 | { | |
|
19 | 29 | "cell_type": "heading", |
|
20 | 30 | "level": 2, |
|
21 | 31 | "metadata": {}, |
@@ -34,8 +44,7 b'' | |||
|
34 | 44 | "cell_type": "code", |
|
35 | 45 | "collapsed": true, |
|
36 | 46 | "input": [ |
|
37 |
"%load_ext rmagic |
|
|
38 | " " | |
|
47 | "%load_ext rmagic " | |
|
39 | 48 | ], |
|
40 | 49 | "language": "python", |
|
41 | 50 | "metadata": {}, |
@@ -58,7 +67,7 b'' | |||
|
58 | 67 | "import pylab\n", |
|
59 | 68 | "X = np.array([0,1,2,3,4])\n", |
|
60 | 69 | "Y = np.array([3,5,4,6,7])\n", |
|
61 |
"pylab.scatter(X, Y) |
|
|
70 | "pylab.scatter(X, Y)" | |
|
62 | 71 | ], |
|
63 | 72 | "language": "python", |
|
64 | 73 | "metadata": {}, |
General Comments 0
You need to be logged in to leave comments.
Login now