Skip to content

Commit a0075db

Browse files
author
gdj0nes
committed
ADD: header to all examples notebooks
1 parent 53a4c04 commit a0075db

31 files changed

+10390
-9575
lines changed

examples/annotation_types/basics.ipynb

Lines changed: 1351 additions & 1325 deletions
Large diffs are not rendered by default.

examples/annotation_types/converters.ipynb

Lines changed: 613 additions & 587 deletions
Large diffs are not rendered by default.

examples/annotation_types/label_containers.ipynb

Lines changed: 632 additions & 606 deletions
Large diffs are not rendered by default.

examples/annotation_types/mal_using_annotation_types.ipynb

Lines changed: 374 additions & 348 deletions
Large diffs are not rendered by default.

examples/annotation_types/tiled_imagery_basics.ipynb

Lines changed: 454 additions & 428 deletions
Large diffs are not rendered by default.

examples/basics/basics.ipynb

Lines changed: 409 additions & 357 deletions
Large diffs are not rendered by default.

examples/basics/data_row_metadata.ipynb

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,28 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "7bf8d719",
6-
"metadata": {
7-
"id": "7bf8d719"
8-
},
5+
"id": "db768cda",
6+
"metadata": {},
97
"source": [
10-
" <td>\n",
11-
" <a target=\"_blank\" href=\"https://labelbox.com\" ><img src=\"https://labelbox.com/blog/content/images/2021/02/logo-v4.svg\" width=256/>\n",
12-
" </td>\n",
13-
"\n",
8+
"<td>\n",
9+
" <a target=\"_blank\" href=\"https://labelbox.com\" ><img src=\"https://labelbox.com/blog/content/images/2021/02/logo-v4.svg\" width=256/></a>\n",
10+
"</td>"
11+
]
12+
},
13+
{
14+
"cell_type": "markdown",
15+
"id": "cb5611d0",
16+
"metadata": {},
17+
"source": [
18+
"<td>\n",
19+
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/basics/data_row_metadata.ipynb\" target=\"_blank\"><img\n",
20+
"src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"></a>\n",
21+
"</td>\n",
1422
"\n",
15-
"# DataRow Metadata Guide"
23+
"<td>\n",
24+
"<a href=\"https://github.com/Labelbox/labelbox-python/tree/develop/examples/basics/data_row_metadata.ipynb\" target=\"_blank\"><img\n",
25+
"src=\"https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white\" alt=\"GitHub\"></a>\n",
26+
"</td>"
1627
]
1728
},
1829
{
@@ -22,7 +33,7 @@
2233
"id": "8465cef2"
2334
},
2435
"source": [
25-
"## Overview\n",
36+
"# Data Row Metadata\n",
2637
"\n",
2738
"Metadata is useful to be better understand data on the platform to help with labeling review, model diagnostics, and data selection. This **should not be confused with attachments**. Attachments provide additional context for labelers but is not searchable within Catalog."
2839
]
@@ -462,14 +473,13 @@
462473
},
463474
{
464475
"cell_type": "markdown",
476+
"id": "355d6a09",
477+
"metadata": {},
465478
"source": [
466479
"### Upload\n",
467480
"\n",
468481
"Uploads will overwrite the current value for the feature if it is already present."
469-
],
470-
"metadata": {
471-
"collapsed": false
472-
}
482+
]
473483
},
474484
{
475485
"cell_type": "code",

examples/basics/data_rows.ipynb

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "db768cda",
6+
"metadata": {},
7+
"source": [
8+
"<td>\n",
9+
" <a target=\"_blank\" href=\"https://labelbox.com\" ><img src=\"https://labelbox.com/blog/content/images/2021/02/logo-v4.svg\" width=256/></a>\n",
10+
"</td>"
11+
]
12+
},
13+
{
14+
"cell_type": "markdown",
15+
"id": "cb5611d0",
16+
"metadata": {},
17+
"source": [
18+
"<td>\n",
19+
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/basics/data_rows.ipynb\" target=\"_blank\"><img\n",
20+
"src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"></a>\n",
21+
"</td>\n",
22+
"\n",
23+
"<td>\n",
24+
"<a href=\"https://github.com/Labelbox/labelbox-python/tree/develop/examples/basics/data_rows.ipynb\" target=\"_blank\"><img\n",
25+
"src=\"https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white\" alt=\"GitHub\"></a>\n",
26+
"</td>"
27+
]
28+
},
329
{
430
"cell_type": "markdown",
531
"metadata": {},
@@ -381,4 +407,4 @@
381407
},
382408
"nbformat": 4,
383409
"nbformat_minor": 5
384-
}
410+
}

examples/basics/datasets.ipynb

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "db768cda",
6+
"metadata": {},
7+
"source": [
8+
"<td>\n",
9+
" <a target=\"_blank\" href=\"https://labelbox.com\" ><img src=\"https://labelbox.com/blog/content/images/2021/02/logo-v4.svg\" width=256/></a>\n",
10+
"</td>"
11+
]
12+
},
13+
{
14+
"cell_type": "markdown",
15+
"id": "cb5611d0",
16+
"metadata": {},
17+
"source": [
18+
"<td>\n",
19+
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/basics/datasets.ipynb\" target=\"_blank\"><img\n",
20+
"src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"></a>\n",
21+
"</td>\n",
22+
"\n",
23+
"<td>\n",
24+
"<a href=\"https://github.com/Labelbox/labelbox-python/tree/develop/examples/basics/datasets.ipynb\" target=\"_blank\"><img\n",
25+
"src=\"https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white\" alt=\"GitHub\"></a>\n",
26+
"</td>"
27+
]
28+
},
329
{
430
"cell_type": "markdown",
531
"id": "settled-lodging",
@@ -301,4 +327,4 @@
301327
},
302328
"nbformat": 4,
303329
"nbformat_minor": 5
304-
}
330+
}

0 commit comments

Comments
 (0)