jupyter增加删除kernel

查看当前jupyter中有哪些kernel:

jupyter kernelspec list

删除kernel

jupyter kernelspec remove kernel-name

你可能感兴趣的:(jupyter,python,ide)