Skip to content

Commit 49bb3f8

Browse files
authored
Merge branch 'develop' into PNO/SN-148_project.get_overview
2 parents 99fa1fc + cbf5dd1 commit 49bb3f8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

examples/basics/projects.ipynb

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"outputs": [],
267267
"execution_count": null
268268
},
269-
{
269+
{
270270
"metadata": {},
271271
"source": [
272272
"### Get project overview"
@@ -280,6 +280,21 @@
280280
"outputs": [],
281281
"execution_count": null
282282
},
283+
{
284+
"metadata": {},
285+
"source": [
286+
"### Duplicate a project\n",
287+
"Please see the section [Duplicate a project](https://docs.labelbox.com/docs/create-a-project#duplicate-a-project) to have the scope of the method."
288+
],
289+
"cell_type": "markdown"
290+
},
291+
{
292+
"metadata": {},
293+
"source": "destination_project = project.clone()",
294+
"cell_type": "code",
295+
"outputs": [],
296+
"execution_count": null
297+
},
283298
{
284299
"metadata": {},
285300
"source": [

0 commit comments

Comments
 (0)