Skip to content

Commit ce43eda

Browse files
cleaning up %pylab in chapter1
1 parent 5994257 commit ce43eda

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

Chapter1_Introduction/Chapter1_Introduction.ipynb

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,6 @@
77
"worksheets": [
88
{
99
"cells": [
10-
{
11-
"cell_type": "code",
12-
"collapsed": false,
13-
"input": [
14-
"%pylab inline\n",
15-
"figsize(12.5,4)"
16-
],
17-
"language": "python",
18-
"metadata": {},
19-
"outputs": [
20-
{
21-
"output_type": "stream",
22-
"stream": "stdout",
23-
"text": [
24-
"\n",
25-
"Welcome to pylab, a matplotlib-based Python environment [backend: module://IPython.zmq.pylab.backend_inline].\n",
26-
"For more information, type 'help(pylab)'.\n"
27-
]
28-
}
29-
],
30-
"prompt_number": 2
31-
},
3210
{
3311
"cell_type": "markdown",
3412
"metadata": {},
@@ -182,6 +160,7 @@
182160
" matplotlib.rcParams.update(s)\n",
183161
"\"\"\"\n",
184162
"#the code below can be passed over, as it is currently not important.\n",
163+
"%pylab inline\n",
185164
"figsize( 11, 9)\n",
186165
"\n",
187166
"import scipy.stats as stats\n",

0 commit comments

Comments
 (0)