mrC*_*ost 1 command-line anaconda jupyter jupyter-notebook anaconda3
首先我安装了jupyter
\nconda install jupyter
然后我通过 conda-forge 通道安装了 nbextensions
\nconda install -c conda-forge jupyter_contrib_nbextensions
但是当我输入下一个命令时:
\njupyter contrib nbextension install --user
出现了错误列表,并且它不\xc2\xb4t运行,最重要的错误是:
\npkg_resources.DistributionNotFound: The 'webcolors>=1.11; extra == "format-nongpl"' distribution was not found and is required by jsonschema
Python版本:3.10.9
我尝试安装特定版本的 jupyter 和 nbextensions 但无论如何它都不起作用。
\n我得到了使其起作用的线索,在安装 jupyter 和 jupyter contrib nbextension 时,发生了一些内部问题,并且它没有\xc2\xb4t 安装 nbextension 进行 jupyter 安装所需的一些软件包。
\n所以我必须安装它们:
\nconda install -c conda-forge jsonschema-with-format-nongpl
conda install -c conda-forge webcolors
这样做并再次输入该命令,效果很好。
\n| 归档时间: |
|
| 查看次数: |
1129 次 |
| 最近记录: |