Skip to content

Commit

Permalink
docs: remove misleading information on the default k8s in case of lib…
Browse files Browse the repository at this point in the history
… usage
  • Loading branch information
echarles authored and kevin-bates committed Jan 18, 2021
1 parent d51e3bb commit 89a822c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/kernel-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 89a822c

Please sign in to comment.