jupyter kernelspec uninstall unwanted-kernel
# List all kernels and grap the name of the kernel you want to remove jupyter kernelspec list # Remove it jupyter kernelspec remove <kernel_name>