参考博客:https://blog.csdn.net/weixin_42182599/article/details/106191732
实现目标
实现方法
步骤一:cmd进入对应的python环境下
步骤二:执行下面代码块
pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter nbextensions_configurator enable --user
步骤三:打开jupyter,会发现多了一个东西
点击进入,勾上下面内容
完成!