Skip to content

Commit

Permalink
Created using Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
sephmard committed Aug 21, 2024
1 parent 40dc978 commit 63990aa
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions Report_API_Quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
Expand Down Expand Up @@ -267,6 +261,15 @@
" log_dummy_lineage()"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "-_yQjU607NDO"
},
"source": [
"## Setup"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit 63990aa

Please sign in to comment.