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

时间:2021-03-02 13:05:29

标签: python-3.x jupyter jupyter-lab kite

我正在尝试使用 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} }} 文件。有谁知道我还能如何找到这个文件来启用风筝服务器?

0 个答案:

没有答案