From e49c1c46af665a400ce9a0eaf1e5aa8e9d3efad0 Mon Sep 17 00:00:00 2001 From: Yelsin Sepulveda Date: Sat, 20 Dec 2025 05:40:55 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20update=20=E2=80=9Ctagline=E2=80=9D=20f?= =?UTF-8?q?or=20Kubeflow=20Notebooks=20on=20website?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yelsin Sepulveda --- content/en/_index.html | 2 +- content/en/docs/components/notebooks/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/_index.html b/content/en/_index.html index 0a77ace844..5bfad5c681 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -163,7 +163,7 @@

Kubeflow Notebooks

- Kubeflow Notebooks lets you run web-based development environments on your Kubernetes cluster by running them inside Pods. + Kubeflow Notebooks runs interactive development environments for AI, ML, and Data workloads on Kubernetes.

diff --git a/content/en/docs/components/notebooks/overview.md b/content/en/docs/components/notebooks/overview.md index ef3aa2b286..9f3d09e37b 100644 --- a/content/en/docs/components/notebooks/overview.md +++ b/content/en/docs/components/notebooks/overview.md @@ -8,7 +8,7 @@ weight = 5 ## What is Kubeflow Notebooks? -Kubeflow Notebooks provides a way to run web-based development environments inside your Kubernetes cluster by running them inside Pods. +Kubeflow Notebooks runs interactive development environments for AI, ML, and Data workloads on Kubernetes. Some key features include: - Native support for [JupyterLab](https://github.com/jupyterlab/jupyterlab), [RStudio](https://github.com/rstudio/rstudio), and [Visual Studio Code (code-server)](https://github.com/cdr/code-server).