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 サーバー拡張機能を有効にする jupyter_kite 有効化: jupyter_kite - 設定の書き込み: /usr/etc/jupyter - jupyter_kite を検証中... jupyter_kite 2.0.2 OK X 検証に失敗しました: [Errno 13] 権限が拒否されました: '/usr/etc'
ここで GITHUB で解決策と思われるものを見つけましたが、Anaconda を使用して Jupyter をインストールしていないため、このアドレス ( <conda_root>/share/jupyter/lab/settings/build_config.json
) はファイルを削除するコンピューターのアドレスとは異なりbuild_config.json
ます。カイトサーバーを有効にするためにこのファイルを見つける方法を知っている人はいますか?