0

安装桌面版风筝后(适用于 VScode)

pip install jupyter-kite
jupyter labextension install "@kiteco/jupyterlab-kite"
pip install --upgrade jupyter-kite
jupyter labextension update @kiteco/jupyterlab-kite
  • 启用扩展管理器
  • @kiteco/jupyterlab-kite在 jupyter lab 中安装和启用扩展

风筝仍未在 jupyter 实验室中显示。

没有匹配“风筝:”的命令

正在搜索

  • Jupyter 实验室 2.2.9
  • 视窗 10

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

4

1 回答 1

0

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

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

那么也许你可以尝试这种方式:

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

在我看来,将安装最新版本的 jupyter-kite,但如果用户使用JupyterLab 2.2.xpip install jupyter-kite,jupyter-kite 的版本应该小于 2.0.0

代码来自Jupyterlab-kite 的 GitHub 页面

于 2021-01-11T04:01:26.417 回答