Skip to content

Commit 4a54308

Browse files
committed
Fixed a small bug with the markdown
1 parent 617a181 commit 4a54308

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Prologue/Prologue.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"###Probabilistic Programming & Bayesian Methods for Hackers \n",
18+
"### Probabilistic Programming & Bayesian Methods for Hackers \n",
1919
"#### *Using Python and PyMC*\n",
2020
"\n",
2121
"\n",
@@ -264,21 +264,21 @@
264264
],
265265
"metadata": {
266266
"kernelspec": {
267-
"display_name": "Python 2",
267+
"display_name": "Python 3",
268268
"language": "python",
269-
"name": "python2"
269+
"name": "python3"
270270
},
271271
"language_info": {
272272
"codemirror_mode": {
273273
"name": "ipython",
274-
"version": 2
274+
"version": 3
275275
},
276276
"file_extension": ".py",
277277
"mimetype": "text/x-python",
278278
"name": "python",
279279
"nbconvert_exporter": "python",
280-
"pygments_lexer": "ipython2",
281-
"version": "2.7.11"
280+
"pygments_lexer": "ipython3",
281+
"version": "3.5.2"
282282
}
283283
},
284284
"nbformat": 4,

0 commit comments

Comments
 (0)