Skip to content

Commit b94e43f

Browse files
committed
rerun notebook to fix image display bug
1 parent 6cb52ae commit b94e43f

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

code/ch03/ch03.ipynb

+12-12
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@
4444
"output_type": "stream",
4545
"text": [
4646
"Sebastian Raschka \n",
47-
"last updated: 2016-03-25 \n",
47+
"last updated: 2016-08-31 \n",
4848
"\n",
49-
"CPython 3.5.1\n",
50-
"IPython 4.0.3\n",
49+
"CPython 3.5.2\n",
50+
"IPython 5.1.0\n",
5151
"\n",
52-
"numpy 1.10.4\n",
53-
"pandas 0.17.1\n",
52+
"numpy 1.11.1\n",
53+
"pandas 0.18.1\n",
5454
"matplotlib 1.5.1\n",
55-
"scikit-learn 0.17.1\n"
55+
"sklearn 0.17.1\n"
5656
]
5757
}
5858
],
5959
"source": [
6060
"%load_ext watermark\n",
61-
"%watermark -a 'Sebastian Raschka' -u -d -v -p numpy,pandas,matplotlib,scikit-learn"
61+
"%watermark -a 'Sebastian Raschka' -u -d -v -p numpy,pandas,matplotlib,sklearn"
6262
]
6363
},
6464
{
@@ -1472,21 +1472,21 @@
14721472
],
14731473
"metadata": {
14741474
"kernelspec": {
1475-
"display_name": "Python 2",
1475+
"display_name": "Python 3",
14761476
"language": "python",
1477-
"name": "python2"
1477+
"name": "python3"
14781478
},
14791479
"language_info": {
14801480
"codemirror_mode": {
14811481
"name": "ipython",
1482-
"version": 2
1482+
"version": 3
14831483
},
14841484
"file_extension": ".py",
14851485
"mimetype": "text/x-python",
14861486
"name": "python",
14871487
"nbconvert_exporter": "python",
1488-
"pygments_lexer": "ipython2",
1489-
"version": "2.7.11"
1488+
"pygments_lexer": "ipython3",
1489+
"version": "3.5.2"
14901490
}
14911491
},
14921492
"nbformat": 4,

0 commit comments

Comments
 (0)