Skip to content

Commit be61f2b

Browse files
author
jwc20
committed
stuff
1 parent 7a10b5f commit be61f2b

File tree

2 files changed

+450
-5
lines changed

2 files changed

+450
-5
lines changed

01-data-model/data-model.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
{
141141
"data": {
142142
"text/plain": [
143-
"Card(rank='6', suit='diamonds')"
143+
"Card(rank='5', suit='hearts')"
144144
]
145145
},
146146
"execution_count": 6,
@@ -202,7 +202,7 @@
202202
},
203203
{
204204
"cell_type": "code",
205-
"execution_count": 9,
205+
"execution_count": 10,
206206
"metadata": {},
207207
"outputs": [
208208
{
@@ -265,7 +265,7 @@
265265
}
266266
],
267267
"source": [
268-
"for card in deck:\n",
268+
"for card in deck: #doctest: +ELLIPSIS\n",
269269
" print(card)"
270270
]
271271
},
@@ -585,7 +585,7 @@
585585
],
586586
"metadata": {
587587
"kernelspec": {
588-
"display_name": "Python 3",
588+
"display_name": "Python 3 (ipykernel)",
589589
"language": "python",
590590
"name": "python3"
591591
},
@@ -599,7 +599,7 @@
599599
"name": "python",
600600
"nbconvert_exporter": "python",
601601
"pygments_lexer": "ipython3",
602-
"version": "3.8.0"
602+
"version": "3.11.4"
603603
}
604604
},
605605
"nbformat": 4,

0 commit comments

Comments
 (0)