当前位置:   article > 正文

解决jupyter notebook安装Nbextensions不显示问题

nbextensions不显示

插件安装(未显示)


# 安装插件
pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
# 安装js和css
jupyter contrib nbextension install --user -i https://pypi.tuna.tsinghua.edu.cn/simple
# 安装configurator
pip install jupyter_nbextensions_configurator -i https://pypi.tuna.tsinghua.edu.cn/simple

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

插件安装步骤一般是上面3步,但反复安装后都不显示Nbextensions
在这里插入图片描述

新的命令(解决问题)

后面直接卸载,命令如下:
pip uninstall jupyter_contrib_nbextensions
pip uninstall jupyter_nbextensions_configurator

换了一个命令,重新打开没有问题

conda install -c conda-forge jupyter_contrib_nbextensions
  • 1

看看安装过程的包

在这里插入图片描述
conda 将几个包了装旧一点的版本,可以显示Nbextensions,估计是版本的问题。
在这里插入图片描述
现在可以了,把disable前面的勾去掉,就可以选择你想要的功能

附几个自己安装测试anaconda的jupyter notebook的版本对应python

发布时间版本对应python
Anaconda3-2020.11-Windows-x86_646.1.4python3.8.5
Anaconda3-2021.04-Windows-x86_646.3.0
Anaconda3-2020.07-Windows-x86_646.0.3
Anaconda3-2024.02-1-Windows-x86_647.0.8

其他可以自己找网站: 清华大学开源软件镜像站

https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小惠珠哦/article/detail/970089
推荐阅读
  

闽ICP备14008679号