You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.bestpractices.dev/projects/9942)
3
3
4
-
[Kubeflow Notebooks](https://www.kubeflow.org/docs/components/notebooks/overview/)lets you run web-based development environments on your Kubernetes cluster by running them inside Pods.
4
+
[Kubeflow Notebooks](https://www.kubeflow.org/docs/components/notebooks/overview/)runs __interactive development environments__ for AI, ML, and Data workloads on __Kubernetes__.
5
5
6
-
> ⚠️ __Note__ ⚠️
6
+
> [!NOTE]
7
7
>
8
-
> We are currently moving the _Kubeflow Notebooks 1.0_ codebase from [`kubeflow/kubeflow`](https://github.com/kubeflow/kubeflow) to this repository ([`kubeflow/notebooks`](https://github.com/kubeflow/notebooks)).
9
-
> Please see [`kubeflow/kubeflow#7549`](https://github.com/kubeflow/kubeflow/issues/7549) for more information.
8
+
> This repository contains two major versions of Kubeflow Notebooks:
10
9
>
11
-
> We are currently developing _Kubeflow Notebooks 2.0_ in this repository under the [`notebooks-v2`](https://github.com/kubeflow/notebooks/tree/notebooks-v2) branch.
12
-
> Please see[`kubeflow/notebooks#85`](https://github.com/kubeflow/notebooks/issues/85)for more information.
10
+
> - The [`notebooks-v1`](https://github.com/kubeflow/notebooks/tree/notebooks-v1) branch contains the codebase for _Kubeflow Notebooks v1_.
11
+
> - The[`notebooks-v2`](https://github.com/kubeflow/notebooks/tree/notebooks-v2) branch contains the codebase for _Kubeflow Notebooks v2_.
13
12
14
13
## What is Kubeflow Notebooks?
15
14
@@ -20,12 +19,6 @@ Key features of Kubeflow Notebooks:
20
19
- Admins can provide [standard notebook images](https://www.kubeflow.org/docs/components/notebooks/container-images/) for their organization with required packages pre-installed.
21
20
- Access control is managed by [Kubeflow’s RBAC](https://www.kubeflow.org/docs/components/central-dash/profiles/), enabling easier notebook sharing across the organization.
22
21
23
-
## Installation
24
-
25
-
Kubeflow Notebooks is designed to be deployed as part of a [Kubeflow Platform](https://www.kubeflow.org/docs/started/introduction/#what-is-kubeflow-platform) (not as a standalone component).
26
-
27
-
Please refer to the [Installing Kubeflow](https://www.kubeflow.org/docs/started/installing-kubeflow/) page for more information.
28
-
29
22
## Documentation
30
23
31
24
The official documentation for Kubeflow Notebooks can be found [here](https://www.kubeflow.org/docs/components/notebooks/).
@@ -41,4 +34,4 @@ Connect with _other users_ and the [Notebooks Working Group](https://github.com/
41
34
42
35
## Contributing
43
36
44
-
Please see the [`CONTRIBUTING.md`](CONTRIBUTING.md) file for more information.
37
+
Please see the [`CONTRIBUTING.md`](https://github.com/kubeflow/notebooks/blob/main/CONTRIBUTING.md) file for more information.
0 commit comments