Lag caused by kernel fetch timing out #15553
-
Context Problem
First of all, I'm confused about why the fetch for the kernels is made. I only had one notebook open that already uses a local Python environment as its kernel, so fetching wouldn't be necessary? Additionally, the remote kernel in question is not available due to it being only accessible when I'm on the same network, meaning its failure is inevitable. Thus, it wouldn't make sense to simply remove it from my Jupyter kernels. Is this behaviour expected? Any solutions, or is this a potential bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for posting this question
Yes this is expected.
If its added to the list, then there's the potential for users to try and run cells against these kernels.
My suggestion would be to connect to the relevant network, and then try to use the kernels. |
Beta Was this translation helpful? Give feedback.
Thanks for posting this question
Yes this is expected.
If its added to the list, then there's the potential for users to try and run cells against these kernels.
& then we'd need to handle this situation and display appropriate messages and fail gracefully.
Its easier to not display these kernels.
My suggestion would be to connect to the relevant network, and then try to use the kernels.