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
{{ message }}
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
(from @blink1073) - reject the promise starting a kernel when the kernel speaks the wrong protocol.
@minrk - we can only tell what message protocol version a kernel speaks by connecting to it and asking for the kernel info. Should we have a kernelspec field saying what protocol version the kernel speaks? Or should we have a compatibility guarantee that we will always be able to start a kernel and ask for the kernel info, no matter the protocol version implemented?