Skip to content

Commit db3b3c6

Browse files
author
Matt Sokoloff
committed
update notebook
1 parent 06ee896 commit db3b3c6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

examples/model_assisted_labeling/image_mea.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"metadata": {},
3030
"outputs": [],
3131
"source": [
32-
"!pip install labelbox==2.5b0 \\\n",
32+
"!pip install labelbox==2.6b0 \\\n",
3333
" requests \\\n",
3434
" ndjson \\\n",
3535
" scikit-image \\\n",
@@ -63,7 +63,7 @@
6363
},
6464
{
6565
"cell_type": "code",
66-
"execution_count": 2,
66+
"execution_count": null,
6767
"id": "committed-richards",
6868
"metadata": {},
6969
"outputs": [],
@@ -421,7 +421,11 @@
421421
"id": "velvet-bread",
422422
"metadata": {},
423423
"outputs": [],
424-
"source": []
424+
"source": [
425+
"# View the uploaded predictions and labels (annotation group) in the web app\n",
426+
"annotation_group = next(model_run.annotation_groups())\n",
427+
"print(annotation_group.url)"
428+
]
425429
}
426430
],
427431
"metadata": {

0 commit comments

Comments
 (0)