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
hydrogen uses launchSpec to start kernels. Currently, if a user's kernelspec is bad, ( e.g. argv[0] doesnt exist ) there is no error thrown by default.
Should we handle this in hydrogen/clients or here in spawnteract?