微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

查找“build_config.json”文件以修复风筝安装

如何解决查找“build_config.json”文件以修复风筝安装

我正在尝试使用 Linux 终端在 jupyter-lab 3.0.5 上安装 kite,但服务器扩展不起作用。相反,我收到此错误消息:

Server Extension Unreachable

The jupyterlab-kite extension will not work because the jupyter-kite server extension Could not be reached.

To fix this,please ensure the jupyter-kite server extension is installed and active (`jupyter serverextension list`),then restart the JupyterLab process.

我尝试卸载它并使用以下方法重新安装它:

pip install "jupyterlab-kite>=2.0.2"

但我无法让服务器扩展工作。当我尝试启用服务器扩展时,出现如下所示的错误

thamu@thamu-PC:~$ jupyter server extension enable jupyter_kite
Enabling: jupyter_kite
- Writing config: /usr/etc/jupyter
    - Validating jupyter_kite...
      jupyter_kite 2.0.2 OK
      X Validation Failed: [Errno 13] Permission denied: '/usr/etc'

我在 GITHUB here 上找到了我认为的解决方案,但我还没有使用 Anaconda 安装 Jupyter,因此这个地址 (<conda_root>/share/jupyter/lab/settings/build_config.json) 与在我的计算机上删除 {{1} }} 文件。有谁知道我还能如何找到这个文件来启用风筝服务器?

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。