Skip to content

Commit 27b89f0

Browse files
committed
add footer and header
1 parent 107895e commit 27b89f0

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

ch12/ch12.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1296,9 +1296,9 @@
12961296
"name": "python",
12971297
"nbconvert_exporter": "python",
12981298
"pygments_lexer": "ipython3",
1299-
"version": "3.7.1"
1299+
"version": "3.7.3"
13001300
}
13011301
},
13021302
"nbformat": 4,
1303-
"nbformat_minor": 2
1303+
"nbformat_minor": 4
13041304
}

ch13/ch13-notebook.ipynb

+32-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"*Python Machine Learning 3rd Edition* by [Sebastian Raschka](https://sebastianraschka.com) & [Vahid Mirjalili](http://vahidmirjalili.com), Packt Publishing Ltd. 2019\n",
8+
"\n",
9+
"Code Repository: https://github.com/rasbt/python-machine-learning-book-3rd-edition\n",
10+
"\n",
11+
"Code License: [MIT License](https://github.com/rasbt/python-machine-learning-book-3rd-edition/blob/master/LICENSE.txt)"
12+
]
13+
},
314
{
415
"cell_type": "markdown",
516
"metadata": {},
@@ -3237,12 +3248,32 @@
32373248
" print(np.sum(labels_test == 0), np.sum(labels_test == 1), np.sum(labels_test == 2))"
32383249
]
32393250
},
3251+
{
3252+
"cell_type": "markdown",
3253+
"metadata": {},
3254+
"source": [
3255+
"<br>\n",
3256+
"<br>\n",
3257+
"<br>"
3258+
]
3259+
},
3260+
{
3261+
"cell_type": "markdown",
3262+
"metadata": {},
3263+
"source": [
3264+
"---\n",
3265+
"\n",
3266+
"Readers may ignore the next cell."
3267+
]
3268+
},
32403269
{
32413270
"cell_type": "code",
32423271
"execution_count": null,
32433272
"metadata": {},
32443273
"outputs": [],
3245-
"source": []
3274+
"source": [
3275+
"! python ../.convert_notebook_to_script.py --input ch13.ipynb --output ch13.py"
3276+
]
32463277
}
32473278
],
32483279
"metadata": {

0 commit comments

Comments
 (0)