From 89a822ce815519b486caba420603a70fe4a40c67 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Mon, 18 Jan 2021 17:46:26 +0100 Subject: [PATCH] docs: remove misleading information on the default k8s in case of lib usage --- docs/source/kernel-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/kernel-library.md b/docs/source/kernel-library.md index e285a3e05..ab5c0e448 100644 --- a/docs/source/kernel-library.md +++ b/docs/source/kernel-library.md @@ -19,4 +19,4 @@ client = NotebookClient(nb=test_notebook, kernel_manager_class=RemoteKernelManag client.execute() ``` -The above code will execute the notebook on a kernel using the configured `ProcessProxy` (defaults to Kubernetes). +The above code will execute the notebook on a kernel using the configured `ProcessProxy`.