安装Jupyter NbExtensions Configurator
用conda安装:
conda install -c conda-forge jupyter_contrib_nbextensions
conda install -c conda-forge jupyter_nbextensions_configurator
或者用pip:
pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user
安装Jupyter环境中管理conda环境内核的包
在想要选择的conda环境中安装ipykernel
安装ipykernel:conda install ipykernel
安装nb_conda_kernels
conda install nb_conda_kernels
查看jupyter notebook kernel
使用命令jupyter kernelspec list查看当前的kernel
删除jupyter notebook kernel
使用命令jupyter kernelspec remove kernelname
安装过程及常用插件配置可参考:
https://www.cnblogs.com/gd-vera/p/11587830.html
https://blog.csdn.net/weixin_44015669/article/details/104975271