Skip to content

Commit 84e9b6c

Browse files
Merge pull request #699 from Labelbox/pranoychaudhuri-lb-patch-2
Update batches.ipynb
2 parents 19b3061 + 2841436 commit 84e9b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basics/batches.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
},
240240
"outputs": [],
241241
"source": [
242-
"sample = random.sample(data_rows, 5)"
242+
"sample = random.sample(data_row_ids, 5)"
243243
]
244244
},
245245
{

0 commit comments

Comments
 (0)