Skip to content

Commit bee9891

Browse files
[SN-144] Removed uneeded notebook ths is the last one that needs gone (#1631)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 770926b commit bee9891

File tree

5 files changed

+3
-193
lines changed

5 files changed

+3
-193
lines changed

examples/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Thank you for contributing to our notebook examples! To ensure that your contrib
1212

1313
## General Notebook Requirements
1414

15-
Review our [template notebook](template.ipynbs) for general overview on how notebooks should be structure. This notebook and section just serves as a guide and exceptions can be made. Here are our general requirements:
15+
Review our [template notebook](template.ipynbs) for general overview on how notebooks should be structure. The template notebook and this section just serves as a guide and exceptions can be made. Here are our general requirements:
1616

1717
1. Ensure that any modified notebooks run when edited.
1818
2. Ensure that you update any relevant headers and comments within the code block you may add or change.

examples/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@
153153
<td><a href="https://github.com/Labelbox/labelbox-python/tree/develop/examples/annotation_import/conversational.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
154154
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/conversational.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
155155
</tr>
156-
<tr>
157-
<td>Import Labeled Dataset Image</td>
158-
<td><a href="https://github.com/Labelbox/labelbox-python/tree/develop/examples/annotation_import/import_labeled_dataset_image.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
159-
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/import_labeled_dataset_image.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
160-
</tr>
161156
<tr>
162157
<td>PDF</td>
163158
<td><a href="https://github.com/Labelbox/labelbox-python/tree/develop/examples/annotation_import/pdf.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>

examples/annotation_import/import_labeled_dataset_image.ipynb

Lines changed: 0 additions & 185 deletions
This file was deleted.

examples/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Labelbox Python Example Notebooks"
55
authors = [{ name = "Labelbox", email = "docs@labelbox.com" }]
66
readme = "README.md"
77
# Python version matches labelbox SDK
8-
requires-python = ">=3."
8+
requires-python = ">=3.8"
99
dependencies = []
1010

1111
[project.urls]

examples/template.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
{
102102
"metadata": {},
103103
"source": [
104-
"* Include information on step"
104+
"* Include information about step"
105105
],
106106
"cell_type": "markdown"
107107
},

0 commit comments

Comments
 (0)