查找“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 (将#修改为@)