created chapter 4

This commit is contained in:
Roger Labbe 2014-09-01 18:45:10 -07:00
parent ddfd1e706d
commit c72758a8eb

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:df77e6367b272d34fe0d1178b053a99c258abca7195ecda99ac5a7e8e192c698"
"signature": "sha256:60b7dd24deaf8929b5cdf8bc775a6bcfea306255a2fe7ef7e7773a6019198647"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -24,6 +24,8 @@
"%matplotlib inline\n",
"from __future__ import division, print_function\n",
"import matplotlib.pyplot as plt\n",
"import sys\n",
"sys.path.insert(0,'../') # allow us to import book_format\n",
"import book_format\n",
"book_format.load_style()"
],
@ -250,7 +252,7 @@
"output_type": "pyout",
"prompt_number": 1,
"text": [
"<IPython.core.display.HTML at 0x7fc878ec3d50>"
"<IPython.core.display.HTML at 0x7f62500339e8>"
]
}
],