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)
2
3
3
-
[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
+
6
+
> [!NOTE]
7
+
>
8
+
> This repository contains two major versions of Kubeflow Notebooks:
9
+
>
10
+
> - The [`notebooks-v1`](https://github.com/kubeflow/notebooks/tree/notebooks-v1) branch contains the codebase for _Kubeflow Notebooks v1_.
11
+
> - The `notebooks-v2` branch contains the codebase for _Kubeflow Notebooks v2_.
4
12
5
13
## What is Kubeflow Notebooks?
6
14
@@ -13,9 +21,10 @@ Key features of Kubeflow Notebooks:
13
21
14
22
## Installation
15
23
16
-
Currently, Kubeflow Notebooks must be deployed as part of a full Kubeflow platform (not as a standalone component).
17
-
18
-
Please refer to the [Installing Kubeflow](https://www.kubeflow.org/docs/started/installing-kubeflow/) page for more information.
24
+
> [!WARNING]
25
+
>
26
+
> Kubeflow Notebooks v2 is __not yet released__. We are actively developing the first stable release and will share updates soon.
27
+
> See [`kubeflow/notebooks#85`](https://github.com/kubeflow/notebooks/issues/85) for more details.
19
28
20
29
## Documentation
21
30
@@ -25,16 +34,11 @@ The official documentation for Kubeflow Notebooks can be found [here](https://ww
25
34
26
35
Kubeflow Notebooks is part of the Kubeflow project, refer to the [Kubeflow Community](https://www.kubeflow.org/docs/about/community/) page for more information.
27
36
28
-
Connect with _other users_ and the [Notebooks Working Group](https://github.com/kubeflow/community/tree/master/wg-notebooks) in the following places:
37
+
Connect with _other users_ and the [Notebooks Working Group](https://github.com/kubeflow/community/tree/master/wg-notebooks)(maintainers of Kubeflow Notebooks) in the following places:
29
38
30
-
-[Kubeflow Slack](https://www.kubeflow.org/docs/about/community/#kubeflow-slack) - Join the [`#kubeflow-notebooks`](https://kubeflow.slack.com/archives/CESP7FCQ7) channel.
39
+
-[Kubeflow Slack](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels) - Join the [`#kubeflow-notebooks`](https://cloud-native.slack.com/archives/C073W562HFY) channel.
> We are currently moving the Kubeflow Notebooks codebase from [`kubeflow/kubeflow`](https://github.com/kubeflow/kubeflow) to this repository ([`kubeflow/notebooks`](https://github.com/kubeflow/notebooks)).
38
-
> For now, please continue to make contributions by raising PRs on `kubeflow/kubeflow`.
39
-
40
-
Please see the [Contributing to Kubeflow](https://www.kubeflow.org/docs/about/contributing/) page for more information.
44
+
Please see the [`CONTRIBUTING.md`](https://github.com/kubeflow/notebooks/blob/main/CONTRIBUTING.md) file for more information.
0 commit comments