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 has been 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?
The text was updated successfully, but these errors were encountered:
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?
We already have this. The notebook server adapts to the kernel's protocol version, so frontends shouldn't ever need to care what version kernels implement.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(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?
The text was updated successfully, but these errors were encountered: