listing all kernelspec (`$ jupyter kernelspec list`) make N+1 call to find_kernel_specs (one for each found kernel) This could be highly simplified with a "find_all_specs". Not important, but simple for beginner, so marking as sprint friendly.