You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SUB socket of the client can take time to connect to the IOPUB channel, and the client can miss important messages (especially those with the kernel status). The current workaround implemented in different clients is to "nudge" the kernel, i.e. send requests until the SUB socket is connected and able to receive the "idle" status message (i.e. having km.iopub_channel.msg_ready() returning True). You can find more detail in this issue.
from jupyter/jupyter_client#941 (comment)
and I think there's some other good examples that could be adopted from https://github.com/jupyter/jupyter_client/pull/592/files
e.g. this pattern
The text was updated successfully, but these errors were encountered: