From 63990aab88234c658394b19962717f5addbe56ab Mon Sep 17 00:00:00 2001 From: Seph Mard Date: Wed, 21 Aug 2024 09:37:41 -0400 Subject: [PATCH] Created using Colab --- Report_API_Quickstart.ipynb | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/Report_API_Quickstart.ipynb b/Report_API_Quickstart.ipynb index adbdfc47..6c2daf38 100644 --- a/Report_API_Quickstart.ipynb +++ b/Report_API_Quickstart.ipynb @@ -22,15 +22,17 @@ }, { "cell_type": "markdown", - "metadata": { - "id": "moxpZmPF7NDN" - }, "source": [ - "## What is the Report API?\n", - "- Programmatically create and modify reports in Python, including support for editing blocks, panels, and runsets.\n", - "- Create report templates to reuse and share with others\n", - "\n" - ] + "## W&B Report API\n", + "Programmatically create, manage, and customize Reports by defining configurations, panel layouts, and runsets with the wandb-workspaces W&B library. Load and modify Reports with URLs, filter and group runs using expressions, and customize run appearances using Report templates.\n", + "\n", + "[wandb-workspaces](https://github.com/wandb/wandb-workspaces) is a Python library for programmatically creating and customizing W&B Workspaces and Reports.\n", + "\n", + "In this tutorial you will see how to use wandb-workspaces to create and customize W&B Reports." + ], + "metadata": { + "id": "notdNrjvIn2O" + } }, { "cell_type": "code", @@ -40,18 +42,10 @@ }, "outputs": [], "source": [ + "#install dependencies\n", "!pip install wandb wandb-workspaces -qqq" ] }, - { - "cell_type": "markdown", - "metadata": { - "id": "-_yQjU607NDO" - }, - "source": [ - "## Setup" - ] - }, { "cell_type": "code", "execution_count": null, @@ -267,6 +261,15 @@ " log_dummy_lineage()" ] }, + { + "cell_type": "markdown", + "metadata": { + "id": "-_yQjU607NDO" + }, + "source": [ + "## Setup" + ] + }, { "cell_type": "markdown", "metadata": {