第一步

pip install jupyter_contrib_nbextensions -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
jupyter contrib nbextension install  --user

第二步

pip install jupyter_nbextensions_configurator -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
jupyter nbextensions_configurator enable --user

第三步

安装成功会在http://localhost:8888/tree中出现Nbextensions

第四步

重启notebook,勾选如下,成功配置

jupyter安装插件Nbextensions,实现代码提示功能(终极方法)


【注意】若jupyter nbextensions不显示拓展

jupyter安装插件Nbextensions,实现代码提示功能(终极方法)

解决方法

键入命令:

这个时间比较长,可能需要8分钟左右

conda remove jupyter_nbextensions_configurator
conda install -c conda-forge jupyter_nbextensions_configurator
conda install -c conda-forge jupyter_contrib_nbextensions

如果你觉得这篇文章还不错,请动动小指头点赞、收藏和关注哦!

若本文带给你很大帮助,也可以打赏博主一杯可乐ღゝ◡╹)ノ♡

摘繁华版权所有,转发或引用请附上原文链接哦!

相关文章:

  • 2021-08-08
  • 2021-10-10
  • 2021-06-11
  • 2022-12-23
  • 2021-05-31
  • 2022-12-23
  • 2021-06-06
猜你喜欢
  • 2022-12-23
  • 2021-10-31
  • 2021-12-09
  • 2022-01-16
  • 2022-12-23
相关资源
相似解决方案