【问题标题】:Kite for Jupyter-labJupyter 实验室的风筝
【发布时间】:2021-01-11 12:01:26
【问题描述】:

安装桌面版风筝后(适用于 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 版中不起作用

【问题讨论】:

    标签: jupyter-notebook jupyter jupyter-lab kite


    【解决方案1】:

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

    首先,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

    ,jupyter-kite 的版本应该低于 2.0.0

    代码来自The GitHub page of Jupyterlab-kite

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-08-15
      • 2018-08-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-06-29
      相关资源
      最近更新 更多