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: nteract/hydrogen#1538
cc @kylebarron
hydrogen uses
launchSpecto 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: nteract/hydrogen#1538
cc @kylebarron