spawnteract icon indicating copy to clipboard operation
spawnteract copied to clipboard

Should spawnteract throw an error if a kernelspec is bad?

Open BenRussert opened this issue 6 years ago • 0 comments

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?

xref: https://github.com/nteract/hydrogen/issues/1538 cc @kylebarron

BenRussert avatar Feb 09 '19 05:02 BenRussert