Version v0.6 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.

Overview of Jupyter Notebooks in Kubeflow

Why use Jupyter Notebooks in Kubeflow

There are multiple benefits of integrating Jupyter Notebooks in Kubeflow for enterprise environments. These benefits include:

  • Integrating well with the rest of the infrastructure with respect to authentication and access control.
  • Enabling easier notebook sharing across the organization. Users can create notebook containers or pods directly in the cluster, rather than locally on their workstations. Admins can provide standard notebook images for their organization, and set up role-based access control (RBAC), Secrets and Credentials to manage which teams and individuals can access the notebooks.

When you bundle Jupyter Notebooks in Kubeflow, you can use the Fairing library to submit training jobs using TFJob. The training job can run single node or distributed on the same Kubernetes cluster, but not inside the notebook pod itself. Submitting the job with the Fairing library makes processes like Docker containerization and pod allocation clear for data scientists.

Overall, Kubeflow-hosted Notebooks are better integrated with other components while providing extensibility for notebook images.