window SoS kernel 内核 查看 安装删除 jupyter notebook 常用命令

在cmd里查看jupyter已经安装的内核,用命令:

jupyter kernelspec list

在jupyter notebook 的cell里查看已经安装的内核,用命令:

!jupyter kernelspec list

安装SoS内核:

pip install sos

安装SoS-notebook:

pip install sos-notebook

注册SoS

 python -m sos_notebook.install

删除notebook kernel:

jupyter kernelspec remove kernelname

猜你喜欢

转载自blog.csdn.net/qq_40256654/article/details/85109843