安装桌面风筝后(可与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实验室中仍然没有显示。
没有与'kite:'匹配的命令
在搜索中
更新-在版本2.2.6中不起作用
答案 0 :(得分:0)
我在重置我的笔记本电脑后遇到了这个问题。
首先,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 >