首先我安装了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