Skip to content

Commit e2560dc

Browse files
committed
Fix output of notebooks and other minor edits.
1 parent 4eabfc0 commit e2560dc

4 files changed

+1071
-1339
lines changed

session1_basics.ipynb

+7-13
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
" line-height: 130%;\n",
6161
" font-size: 125%;\n",
6262
" width:1100px;\n",
63-
" margin-left: auto;\n",
63+
" margin-left: 0em;\n",
6464
" margin-right: auto;\n",
6565
"}\n",
6666
"\n",
@@ -163,6 +163,9 @@
163163
"Parts of this tutorial re-use <a href=\"https://github.com/jrjohansson/scientific-python-lectures/\">Scientific Python lectures</a> by <a href=\"https://github.com/jrjohansson\">Robert Johansson</a> linsensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution 3.0</a>.\n",
164164
"<br/><br/>\n",
165165
"\n",
166+
"Presented on 26 February, 2017.\n",
167+
"<br/><br/>\n",
168+
"\n",
166169
"**Prerequisites:** *No prerequisites.*\n",
167170
"</div>"
168171
]
@@ -362,7 +365,7 @@
362365
"name": "stdout",
363366
"output_type": "stream",
364367
"text": [
365-
"10000 loops, best of 3: 152 µs per loop\n"
368+
"1000 loops, best of 3: 184 µs per loop\n"
366369
]
367370
}
368371
],
@@ -543,7 +546,7 @@
543546
"name": "stdout",
544547
"output_type": "stream",
545548
"text": [
546-
"['__doc__', '__loader__', '__name__', '__package__', '__spec__', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 'ceil', 'copysign', 'cos', 'cosh', 'degrees', 'e', 'erf', 'erfc', 'exp', 'expm1', 'fabs', 'factorial', 'floor', 'fmod', 'frexp', 'fsum', 'gamma', 'gcd', 'hypot', 'inf', 'isclose', 'isfinite', 'isinf', 'isnan', 'ldexp', 'lgamma', 'log', 'log10', 'log1p', 'log2', 'modf', 'nan', 'pi', 'pow', 'radians', 'sin', 'sinh', 'sqrt', 'tan', 'tanh', 'tau', 'trunc']\n"
549+
"['__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 'ceil', 'copysign', 'cos', 'cosh', 'degrees', 'e', 'erf', 'erfc', 'exp', 'expm1', 'fabs', 'factorial', 'floor', 'fmod', 'frexp', 'fsum', 'gamma', 'gcd', 'hypot', 'inf', 'isclose', 'isfinite', 'isinf', 'isnan', 'ldexp', 'lgamma', 'log', 'log10', 'log1p', 'log2', 'modf', 'nan', 'pi', 'pow', 'radians', 'sin', 'sinh', 'sqrt', 'tan', 'tanh', 'tau', 'trunc']\n"
547550
]
548551
}
549552
],
@@ -1195,15 +1198,6 @@
11951198
"* Arithmetic operators `+`, `-`, `*`, `/`, `//` (integer division), '**' power\n"
11961199
]
11971200
},
1198-
{
1199-
"cell_type": "code",
1200-
"execution_count": null,
1201-
"metadata": {
1202-
"collapsed": true
1203-
},
1204-
"outputs": [],
1205-
"source": []
1206-
},
12071201
{
12081202
"cell_type": "code",
12091203
"execution_count": 34,
@@ -3482,7 +3476,7 @@
34823476
"cell_type": "markdown",
34833477
"metadata": {},
34843478
"source": [
3485-
"*Copyright 2017, Maruan Al-Shedivat, Yiannis Hadjimichael, Liam Mencel, ACM Student Chapter.*"
3479+
"*Copyright 2017, ACM/SIAM Student Chapter of King Abdullah University of Science and Technology*"
34863480
]
34873481
}
34883482
],

0 commit comments

Comments
 (0)