Skip to content

Commit fec596a

Browse files
committed
Clean nbs
1 parent 3f8d509 commit fec596a

File tree

1 file changed

+3
-36
lines changed

1 file changed

+3
-36
lines changed

nbs/06_hand.ipynb

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,7 @@
137137
"execution_count": null,
138138
"id": "8cabce32",
139139
"metadata": {},
140-
"outputs": [
141-
{
142-
"data": {
143-
"text/plain": [
144-
"Card(rank=1, suit='spades')"
145-
]
146-
},
147-
"execution_count": null,
148-
"metadata": {},
149-
"output_type": "execute_result"
150-
}
151-
],
140+
"outputs": [],
152141
"source": [
153142
"#| exec_doc\n",
154143
"#| code-fold: false\n",
@@ -171,18 +160,7 @@
171160
"execution_count": null,
172161
"id": "45aa3d73",
173162
"metadata": {},
174-
"outputs": [
175-
{
176-
"data": {
177-
"text/plain": [
178-
"[Card(rank=1, suit='spades')]"
179-
]
180-
},
181-
"execution_count": null,
182-
"metadata": {},
183-
"output_type": "execute_result"
184-
}
185-
],
163+
"outputs": [],
186164
"source": [
187165
"#| exec_doc\n",
188166
"[card for card in hand]"
@@ -193,18 +171,7 @@
193171
"execution_count": null,
194172
"id": "1b8584bd",
195173
"metadata": {},
196-
"outputs": [
197-
{
198-
"data": {
199-
"text/plain": [
200-
"0"
201-
]
202-
},
203-
"execution_count": null,
204-
"metadata": {},
205-
"output_type": "execute_result"
206-
}
207-
],
174+
"outputs": [],
208175
"source": [
209176
"#| exec_doc\n",
210177
"hand.discard() # type: ignore\n",

0 commit comments

Comments
 (0)