website/content/en/docs/components/notebooks/overview.md

1.0 KiB

+++ title = "Overview" description = "An overview of Kubeflow Notebooks" weight = 5

+++ {{% stable-status %}}

What is Kubeflow Notebooks?

Kubeflow Notebooks 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, 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.

Next steps