diff --git a/examples/basics/projects.ipynb b/examples/basics/projects.ipynb index 3bc3d8cb9..0da2c769d 100644 --- a/examples/basics/projects.ipynb +++ b/examples/basics/projects.ipynb @@ -266,6 +266,21 @@ "outputs": [], "execution_count": null }, + { + "metadata": {}, + "source": [ + "### Duplicate a project\n", + "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." + ], + "cell_type": "markdown" + }, + { + "metadata": {}, + "source": "destination_project = project.clone()", + "cell_type": "code", + "outputs": [], + "execution_count": null + }, { "metadata": {}, "source": [