Skip to content

Commit cbf5dd1

Browse files
authored
Add example for project.clone() (#1639)
2 parents c3e3f37 + 449fac4 commit cbf5dd1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

examples/basics/projects.ipynb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,21 @@
266266
"outputs": [],
267267
"execution_count": null
268268
},
269+
{
270+
"metadata": {},
271+
"source": [
272+
"### Duplicate a project\n",
273+
"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."
274+
],
275+
"cell_type": "markdown"
276+
},
277+
{
278+
"metadata": {},
279+
"source": "destination_project = project.clone()",
280+
"cell_type": "code",
281+
"outputs": [],
282+
"execution_count": null
283+
},
269284
{
270285
"metadata": {},
271286
"source": [

0 commit comments

Comments
 (0)