-
Notifications
You must be signed in to change notification settings - Fork 780
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notebooks: Rename "Notebook" to "Workbench" in web documentation
Kubeflow notebooks were initially created from JupyterLab Notebook. That functionality evolved, now other web-based development environments can be used as well - VSCode, RStudio and others can be added in future. The term "notebook" is a bit misleading and does not reflect all recent changes and enhancements. That's why a proposal was made to replace it with the term "workbench" - issue 6981. This patch renames "notebook" to "workbench" in the Kubeflow web documentation. issue: kubeflow/kubeflow#6981 Signed-off-by: Tzvetomir Stoyanov (VMware) <[email protected]>
- Loading branch information
1 parent
c1a8243
commit d504e95
Showing
45 changed files
with
181 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
+++ | ||
title = "Kubeflow Notebooks" | ||
description = "Documentation for Kubeflow Notebooks" | ||
title = "Kubeflow Workbenches" | ||
description = "Documentation for Kubeflow Workbenches" | ||
weight = 10 | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
+++ | ||
title = "API Reference" | ||
description = "Reference documentation for Kubeflow Notebooks" | ||
description = "Reference documentation for Kubeflow Workbenches" | ||
weight = 900 | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
+++ | ||
title = "Overview" | ||
description = "An overview of Kubeflow Notebooks" | ||
description = "An overview of Kubeflow Workbenches" | ||
weight = 5 | ||
|
||
+++ | ||
{{% stable-status %}} | ||
|
||
## What is Kubeflow Notebooks? | ||
## What is Kubeflow Workbenches? | ||
|
||
Kubeflow Notebooks provides a way to run web-based development environments inside your Kubernetes cluster by running them inside Pods. | ||
Kubeflow Workbenches provides a way to run web-based development environments inside your Kubernetes cluster by running them inside Pods. | ||
|
||
Some key features include: | ||
- Native support for [JupyterLab](https://github.com/jupyterlab/jupyterlab), [RStudio](https://github.com/jupyterlab/jupyterlab), and [Visual Studio Code (code-server)](https://github.com/cdr/code-server). | ||
- Users can create notebook containers directly in the cluster, rather than locally on their workstations. | ||
- Admins can provide standard notebook images for their organization with required packages pre-installed. | ||
- Access control is managed by Kubeflow's RBAC, enabling easier notebook sharing across the organization. | ||
- Users can create workbench containers directly in the cluster, rather than locally on their workstations. | ||
- Admins can provide standard workbench images for their organization with required packages pre-installed. | ||
- Access control is managed by Kubeflow's RBAC, enabling easier workbench sharing across the organization. | ||
|
||
## Next steps | ||
|
||
- Get started with Kubeflow Notebooks using the [quickstart guide](/docs/components/notebooks/quickstart-guide/). | ||
- Get started with Kubeflow Workbenches using the [quickstart guide](/docs/components/notebooks/quickstart-guide/). | ||
- Learn how to create your own [container images](/docs/components/notebooks/container-images/). |
Oops, something went wrong.