1

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

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
启用:jupyter_kite
- 编写配置:/usr/etc/jupyter
    - 验证 jupyter_kite...
      jupyter_kite 2.0.2 好的
      X 验证失败:[Errno 13] 权限被拒绝:'/usr/etc'

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

4

0 回答 0