Skip to content

Commit

Permalink
Rewriting note and linking to README
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlinwheeless committed Sep 26, 2024
1 parent 741a7ad commit 72c3156
Show file tree
Hide file tree
Showing 16 changed files with 314 additions and 182 deletions.
6 changes: 3 additions & 3 deletions examples/active_learning/active_learning.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
**Note:** This code utilizes functions from an older version of the Label Studio SDK (v0.0.34).
While the newer versions v1.0 and above still support the functionalities of the old version
(see `label_studio_sdk._legacy` for reference), we recommend using the latest Label Studio SDK v1.0 or higher.
**Note:** This code utilizes functions from an older version of the Label Studio SDK (v0.0.34).
The newer versions v1.0 and above still support the functionalities of the old version, but you will need to specify
[`label_studio_sdk._legacy`](../../README.md) in your script.
"""

import random
Expand Down
9 changes: 8 additions & 1 deletion examples/adding_new_labels_to_project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,17 @@
"- modify other tags that contain lists of labels, such as `<Choices>` and `<Labels>`.\n",
"\n",
"**Note:** This code utilizes functions from an older version of the Label Studio SDK (v0.0.34).\n",
"The newer versions v1.0 and above still support the functionalities of the old version, but you may need to specify\n",
"The newer versions v1.0 and above still support the functionalities of the old version, but you will need to specify\n",
"[`label_studio_sdk._legacy`](../README.md) in your script."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"id": "59ca9d96",
Expand Down
4 changes: 2 additions & 2 deletions examples/annotate_data_from_gcs/annotate_data_from_gcs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Note: This code utilizes functions from an older version of the Label Studio SDK (v0.0.34).
While the newer versions v1.0 and above still support the functionalities of the old version
(see `label_studio_sdk._legacy` for reference), we recommend using the latest Label Studio SDK v1.0 or higher.
The newer versions v1.0 and above still support the functionalities of the old version, but you will need to specify
[`label_studio_sdk._legacy`](../../README.md) in your script.
"""

import os
Expand Down
Loading

0 comments on commit 72c3156

Please sign in to comment.