当前位置:   article > 正文

记录解决jupyter安装Nbextensions不显示问题_安装了nbextensions不显示

安装了nbextensions不显示
1.初始未显示,jupyter打开界面显示

Jupyter Notebook插件工具Nbextensions完美安装-CSDN博客

Anaconda安装nbextensions-CSDN博客

404 GET /nbextensions/nbextensions_configurator/tree_tab/main.js?v=20231128004441 (::1) 5.00ms referer=http://localhost:8888/tree

2.查询发现是安装在虚拟环境导致的问题

jupyter安装jupyter_contrib_nbextensions之后nbextensions标签不显示_Python-CSDN问答

3.遂卸载,安装在base中,再次报错

pkg_resources.ContextualVersionConflict: (jupyter-core 4.6.3 (d:\anaconda\anaconda\lib\site-packages), Requirement.parse('jupyter-core>=4.7'), {'nbconvert'})

4.更新jupyter-core 5.5.0

pip install jupyter-core --ignore-installed jupyter-core

5.再次尝试安装后报错 

pkg_resources.ContextualVersionConflict: (jupyter-client 6.1.6 (d:\anaconda\anaconda\lib\site-packages), Requirement.parse('jupyter-client>=6.1.12'), {'nbclient'}) 

6.尝试升级 jupyter-client失败

pip install jupyter-client -- upgrade

ERROR: Could not find a version that satisfies the requirement upgrade (from versions: none)
ERROR: No matching distribution found for upgrade

7.走投无路下咨询了大老师成功安装8.6.0 

pip install --upgrade jupyter-client 

8.再次尝试安装成功 

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

闽ICP备14008679号