Skip to content

Commit 51da574

Browse files
committed
add colab button
1 parent 0057320 commit 51da574

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/notebooks/safe-synthetics/runnning-standalone-evaluate.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a target=\"_parent\" href=\"https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/docs/notebooks/safe-synthetics/running-standalone-evaluate.ipynb\">\n",
8+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
9+
"</a>"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {},
@@ -62,7 +71,7 @@
6271
"from gretel_client.navigator_client import Gretel\n",
6372
"\n",
6473
"gretel = Gretel()\n",
65-
"project_name = \"test-project\"\n",
74+
"project_name = \"standalone-evaluate\"\n",
6675
"session = get_session_config()\n",
6776
"project = create_or_get_unique_project(name=project_name, session=session)\n",
6877
"\n",

0 commit comments

Comments
 (0)