diff --git a/examples/basics/projects.ipynb b/examples/basics/projects.ipynb index 0da2c769d..c9e5e5813 100644 --- a/examples/basics/projects.ipynb +++ b/examples/basics/projects.ipynb @@ -266,6 +266,20 @@ "outputs": [], "execution_count": null }, + { + "metadata": {}, + "source": [ + "### Get project overview" + ], + "cell_type": "markdown" + }, + { + "metadata": {}, + "source": "# Returns only the number of data rows and issues\noverview = project.get_overview()\n\n# Returns the number of data rows, issues and the details of the in_review queue\ndetailed_overview = project.get_overview(details=True)", + "cell_type": "code", + "outputs": [], + "execution_count": null + }, { "metadata": {}, "source": [