gpt4 book ai didi

python-3.x - 安装 Jupyter 扩展,启用失败 'nbextension'

转载 作者:行者123 更新时间:2023-12-04 01:52:40 26 4
gpt4 key购买 nike

我发布这个问题是因为我无法通过对 SO 等的多次筛选/故障排除来解决这个问题。

我已经成功安装了以下所有软件包,一个 pip list , conda list显示:

enter image description here

我用来安装软件包的代码:

!pip install jupyter_contrib_nbextensions
!pip install https://github.com/ipythoncontrib/jupyter_contrib_nbextensions/tarball/master
jupyter contrib nbextension install --user

我也试过最后一行
jupyter contrib nbextensions install --sys-prefix --skip-running-check
我最终得到错误:
File "<ipython-input-5-1c0e089b301b>", line 1
jupyter contrib nbextension install --user
^
SyntaxError: invalid syntax

在以管理员模式在终端上运行时,我得到:
C:\WINDOWS\system32>python -m pip install jupyter_contib_nbextensions
Collecting jupyter_contib_nbextensions
ERROR: Could not find a version that satisfies the requirement jupyter_contib_nbextensions (from versions: none)
ERROR: No matching distribution found for jupyter_contib_nbextensions


我在这里错过了什么?我也试过升级 jupyter, ipython ;提前致谢。

最佳答案

  • 你必须在它前面加上 !在笔记本上运行时。因此无效的语法。

  • !jupyter contrib nbextension install --user
  • 在您尝试安装的内容上打错字。因此错误。 contib 应该是 contrib:

  • python -m pip install jupyter_contrib_nbextensions

    希望能帮助到你。

    关于python-3.x - 安装 Jupyter 扩展,启用失败 'nbextension',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57352649/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com