Skip to content

Commit

Permalink
Moved hyperlink to first mention of library
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrayluna authored Jul 18, 2024
1 parent 53bef2f commit 1067b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Workspace_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"\n",
"# Programmatic Workspaces\n",
"\n",
"Organize and visualize your machine learning experiments more effectively by programmatically create, manage, and customize workspaces by defining configurations, setting panel layouts, and organizing sections with the `wandb-workspaces` W&B library. Load and modify workspaces with URLs, filter and group runs using expressions, and customize run appearances.\n",
"Organize and visualize your machine learning experiments more effectively by programmatically create, manage, and customize workspaces by defining configurations, setting panel layouts, and organizing sections with the [`wandb-workspaces`](https://github.com/wandb/wandb-workspaces/tree/main) W&B library. Load and modify workspaces with URLs, filter and group runs using expressions, and customize run appearances.\n",
"\n",
"[`wandb-workspaces`](https://github.com/wandb/wandb-workspaces/tree/main) is a Python library for programmatically creating and customizing W&B [Workspaces](https://docs.wandb.ai/guides/app/pages/workspaces) and [Reports](https://docs.wandb.ai/guides/reports).\n",
"`wandb-workspaces` is a Python library for programmatically creating and customizing W&B [Workspaces](https://docs.wandb.ai/guides/app/pages/workspaces) and [Reports](https://docs.wandb.ai/guides/reports).\n",
"\n",
"In this tutorial you will see how to use `wandb-workspaces` to create and customize workspaces by defining configurations, set panel layouts, and organize sections.\n",
"\n",
Expand Down

0 comments on commit 1067b85

Please sign in to comment.