From 6198b6b451131a3e095a74b5952b5ef56f475086 Mon Sep 17 00:00:00 2001 From: Matthew Rocklin Date: Wed, 12 Mar 2025 16:27:11 -0500 Subject: [PATCH] Add ipykernel to skipped modules in code sampling --- distributed/distributed.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/distributed/distributed.yaml b/distributed/distributed.yaml index a7624dd9ef..645118b9c5 100644 --- a/distributed/distributed.yaml +++ b/distributed/distributed.yaml @@ -282,6 +282,7 @@ distributed: - dask - debugpy - distributed + - ipykernel - coiled - cudf - cuml