Skip to content

Commit 25c904e

Browse files
committed
Update arrays/color notes. Set styles for notebooks.
1 parent dccca08 commit 25c904e

File tree

4 files changed

+2096
-382
lines changed

4 files changed

+2096
-382
lines changed

2015-scipy/index.ipynb

Lines changed: 106 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -132,24 +132,119 @@
132132
},
133133
{
134134
"cell_type": "code",
135-
"execution_count": null,
135+
"execution_count": 1,
136136
"metadata": {
137137
"collapsed": false
138138
},
139-
"outputs": [],
139+
"outputs": [
140+
{
141+
"data": {
142+
"text/html": [
143+
"<style>\n",
144+
".rendered_html {\n",
145+
" font-family: Georgia, serif;\n",
146+
" font-size: 130%;\n",
147+
" line-height: 1.5;\n",
148+
"}\n",
149+
"\n",
150+
".input {\n",
151+
" width: 930px;\n",
152+
"}\n",
153+
"\n",
154+
".inner_cell {\n",
155+
" width: 800px;\n",
156+
"}\n",
157+
"\n",
158+
".code_cell {\n",
159+
" width: 800px;\n",
160+
"}\n",
161+
"\n",
162+
".CodeMirror-sizer {\n",
163+
"}\n",
164+
"\n",
165+
"hr {\n",
166+
" border: 1px solid #DDD;\n",
167+
"}\n",
168+
"\n",
169+
".rendered_html h1 {\n",
170+
" margin: 0.25em 0em 0.5em;\n",
171+
" font-family: sans-serif;\n",
172+
" color: #015C9C;\n",
173+
" text-align: center;\n",
174+
" line-height: 1.2;\n",
175+
" page-break-before: always;\n",
176+
"}\n",
177+
"\n",
178+
".rendered_html h2 {\n",
179+
" margin: 1.1em 0em 0.5em;\n",
180+
" font-family: sans-serif;\n",
181+
" color: #26465D;\n",
182+
" line-height: 1.2;\n",
183+
"}\n",
184+
"\n",
185+
".rendered_html h3 {\n",
186+
" font-family: sans-serif;\n",
187+
" margin: 1.1em 0em 0.5em;\n",
188+
" color: #002845;\n",
189+
" line-height: 1.2;\n",
190+
"}\n",
191+
"\n",
192+
".rendered_html li {\n",
193+
" line-height: 1.5;\n",
194+
"}\n",
195+
"\n",
196+
".CodeMirror-lines {\n",
197+
" font-size: 110%;\n",
198+
" line-height: 1.4em;\n",
199+
" font-family: DejaVu Sans Mono, Consolas, Ubuntu, monospace;\n",
200+
"}\n",
201+
"\n",
202+
"h1.bigtitle {\n",
203+
" margin: 4cm 1cm 4cm 1cm;\n",
204+
" font-size: 300%;\n",
205+
"}\n",
206+
"\n",
207+
"h3.point {\n",
208+
" font-size: 200%;\n",
209+
" text-align: center;\n",
210+
" margin: 2em 0em 2em 0em;\n",
211+
" #26465D\n",
212+
"}\n",
213+
"\n",
214+
".logo {\n",
215+
" margin: 20px 0 20px 0;\n",
216+
"}\n",
217+
"\n",
218+
"a.anchor-link {\n",
219+
" display: none;\n",
220+
"}\n",
221+
"\n",
222+
"h1.title {\n",
223+
" font-size: 250%;\n",
224+
"}\n",
225+
"\n",
226+
".exercize {\n",
227+
" color: #738;\n",
228+
"}\n",
229+
"\n",
230+
"h2 .exercize {\n",
231+
" font-style: italic;\n",
232+
"}\n",
233+
"\n",
234+
"</style>"
235+
],
236+
"text/plain": [
237+
"<IPython.core.display.HTML object>"
238+
]
239+
},
240+
"metadata": {},
241+
"output_type": "display_data"
242+
}
243+
],
140244
"source": [
141245
"%reload_ext load_style\n",
142246
"%load_style ../themes/tutorial.css"
143247
]
144-
},
145-
{
146-
"cell_type": "code",
147-
"execution_count": null,
148-
"metadata": {
149-
"collapsed": false
150-
},
151-
"outputs": [],
152-
"source": []
153248
}
154249
],
155250
"metadata": {

0 commit comments

Comments
 (0)