From d5f93bf8a956db41192e11617475aad599cac332 Mon Sep 17 00:00:00 2001 From: Aaron Dietz Date: Mon, 30 Sep 2024 10:45:06 -0700 Subject: [PATCH] Update spark_on_ray_on_vertex_ai.ipynb (#3594) Updated branding/name of Vertex AI Workbench, added "Overview" heading. Why? Not having an "Overview" heading prevents this notebook from getting picked up in our notebook list output. --- .../official/ray_on_vertex_ai/spark_on_ray_on_vertex_ai.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notebooks/official/ray_on_vertex_ai/spark_on_ray_on_vertex_ai.ipynb b/notebooks/official/ray_on_vertex_ai/spark_on_ray_on_vertex_ai.ipynb index 19a3cfd9d..8cde7cf3d 100644 --- a/notebooks/official/ray_on_vertex_ai/spark_on_ray_on_vertex_ai.ipynb +++ b/notebooks/official/ray_on_vertex_ai/spark_on_ray_on_vertex_ai.ipynb @@ -44,7 +44,7 @@ " \n", " \n", " \n", - " \"Vertex
Open in Workbench\n", + " \"Vertex
Open in Vertex AI Workbench\n", "
\n", " \n", " \n", @@ -61,6 +61,8 @@ "id": "tvgnzT1CKxrO" }, "source": [ + "## Overview\n", + "\n", "This tutorial demonstrate how Spark can be run on Ray on Vertex AI using [RayDP](https://github.com/oap-project/raydp).\n", "\n", "Learn more about [Ray on Vertex AI](https://cloud.google.com/vertex-ai/docs/open-source/ray-on-vertex-ai/overview) and [Spark on Ray on Vertex AI](https://cloud.google.com/vertex-ai/docs/open-source/ray-on-vertex-ai/run-spark-on-ray)."