Kubeflow Notebooks lets you run web-based development environments on your Kubernetes cluster by running them inside Pods.
Key features of Kubeflow Notebooks:
- Native support for JupyterLab, RStudio, and Visual Studio Code (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.
Currently, Kubeflow Notebooks must be deployed as part of a full Kubeflow platform (not as a standalone component).
Please refer to the Installing Kubeflow page for more information.
The official documentation for Kubeflow Notebooks can be found here.
Kubeflow Notebooks is part of the Kubeflow project, refer to the Kubeflow Community page for more information.
Connect with other users and the Notebooks Working Group in the following places:
- Kubeflow Slack - Join the
#kubeflow-notebooks
channel. - Kubeflow Mailing List
⚠️ Note⚠️ We are currently moving the Kubeflow Notebooks codebase from
kubeflow/kubeflow
to this repository (kubeflow/notebooks
). For now, please continue to make contributions by raising PRs onkubeflow/kubeflow
.
Please see the Contributing to Kubeflow page for more information.