Jupyter实验室的风筝

问题描述

安装桌面风筝后(可与VScode一起使用)

pip install jupyter-kite
jupyter labextension install "@kiteco/jupyterlab-kite"
pip install --upgrade jupyter-kite
jupyter labextension update @kiteco/jupyterlab-kite
  • 启用扩展管理器
  • 在jupyter中安装并启用@kiteco/jupyterlab-kite扩展名 实验室

风筝在jupyter实验室中仍然没有显示

没有与'kite:'匹配的命令

搜索

  • Jupyter实验室2.2.9
  • Windows 10

更新-在版本2.2.6中不起作用

解决方法

我在重置我的笔记本电脑后遇到了这个问题。

首先,JupyterLab 2.2.x 需要安装 NodeJS。

那么也许你可以试试这个:

pip install "jupyter-kite<2.0.0"
jupyter labextension install "@kiteco/jupyterlab-kite"

在我看来,pip install jupyter-kite 会安装最新版本的 jupyter-kite 但如果用户使用 JupyterLab 2.2.x >

代码来自The GitHub page of Jupyterlab-kite