Moved Chapter 3 as part of reorg

This commit is contained in:
Roger Labbe 2015-01-27 09:53:58 -08:00
parent 8416da7fdc
commit 5e19623d5d

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:ebef6e832489d1e643b6d4a1ceb1759094a5e5730488c53fb7913dcd7fcc5d0a"
"signature": "sha256:982ce55fb5f6907f7fa52cec3da6cfc83f03f40888d7527a039bcd600fc9e95e"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -32,7 +32,7 @@
"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",
"sys.path.insert(0,'./code') # allow us to import book_format\n",
"import book_format\n",
"book_format.load_style()"
],
@ -43,6 +43,8 @@
"html": [
"<style>\n",
"@import url('http://fonts.googleapis.com/css?family=Source+Code+Pro');\n",
"@import url('http://fonts.googleapis.com/css?family=Vollkorn');\n",
"@import url('http://fonts.googleapis.com/css?family=Arimo');\n",
"\n",
" div.cell{\n",
" width: 850px;\n",
@ -129,9 +131,9 @@
" white-space: nowrap;\n",
" }\n",
" div.text_cell_render{\n",
" font-family: 'Open sans',verdana,arial,sans-serif;\n",
" font-family: 'Arimo',verdana,arial,sans-serif;\n",
" line-height: 135%;\n",
" font-size: 110%;\n",
" font-size: 125%;\n",
" width:750px;\n",
" margin-left:auto;\n",
" margin-right:auto;\n",
@ -141,12 +143,12 @@
" div.output_subarea.output_text.output_pyout {\n",
" overflow-x: auto;\n",
" overflow-y: scroll;\n",
" max-height: 300px;\n",
" max-height: 50000px;\n",
" }\n",
" div.output_subarea.output_stream.output_stdout.output_text {\n",
" overflow-x: auto;\n",
" overflow-y: scroll;\n",
" max-height: 300px;\n",
" max-height: 50000px;\n",
" }\n",
" code{\n",
" font-size: 70%;\n",
@ -259,7 +261,7 @@
"output_type": "pyout",
"prompt_number": 1,
"text": [
"<IPython.core.display.HTML at 0x7f62500339e8>"
"<IPython.core.display.HTML at 0x7fecdc400400>"
]
}
],