Skip to content

[SN-144] Removed uneeded notebook ths is the last one that needs gone #1631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Thank you for contributing to our notebook examples! To ensure that your contrib

## General Notebook Requirements

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:
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:

1. Ensure that any modified notebooks run when edited.
2. Ensure that you update any relevant headers and comments within the code block you may add or change.
Expand Down
5 changes: 0 additions & 5 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@
<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>
<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>
</tr>
<tr>
<td>Import Labeled Dataset Image</td>
<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>
<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>
</tr>
<tr>
<td>PDF</td>
<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>
Expand Down
185 changes: 0 additions & 185 deletions examples/annotation_import/import_labeled_dataset_image.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Labelbox Python Example Notebooks"
authors = [{ name = "Labelbox", email = "docs@labelbox.com" }]
readme = "README.md"
# Python version matches labelbox SDK
requires-python = ">=3."
requires-python = ">=3.8"
dependencies = []

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion examples/template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
{
"metadata": {},
"source": [
"* Include information on step"
"* Include information about step"
],
"cell_type": "markdown"
},
Expand Down