我在使用Anaconda下载的Mac上运行Jupyter 4.1.0。
我曾尝试将前端扩展下载到Jupyter Notebook但无法获取要验证的软件包。例如,在我下载calico-document-tools之后:
jupyter nbextension install https://github.com/Calysto/notebook-extensions/archive/master.zip
当我尝试验证它时,我得到以下内容。
$ jupyter nbextension enable calico-document-tools
Unrecognized JSON config file version, assuming version 1
Enabling notebook extension calico-document-tools...
- Validating: problems found:
- require? X calico-document-tools
此错误消息的含义是什么?