Skip to content

Commit 28215b1

Browse files
authored
Merge pull request #972 from Labelbox/ovalle15-patch-15
Add new line to uncomment get_dataset()
2 parents 15409d8 + 13b0812 commit 28215b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basics/custom_embeddings.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"metadata": {},
131131
"source": [
132132
"# get images from a Labelbox dataset\n",
133-
"# Our systems start to process data after 1000 embeddings of each type, for this demo make sure your dataset is over 1000 data rows",
133+
"# Our systems start to process data after 1000 embeddings of each type, for this demo make sure your dataset is over 1000 data rows\n",
134134
"dataset = client.get_dataset(\"<ADD YOUR DATASET ID>\")\n",
135135
"drs = list(dataset.export_data_rows(timeout_seconds=9999))\n",
136136
"data_row_ids = [dr.uid for dr in drs]"
@@ -322,4 +322,4 @@
322322
"execution_count": null
323323
}
324324
]
325-
}
325+
}

0 commit comments

Comments
 (0)