安装桌面风筝后(与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实验室展示。
没有与“风筝”相匹配的命令
在搜寻中
更新-在2.2.6版中不起作用
发布于 2021-01-11 04:01:26
我在重置笔记本电脑后遇到了这个问题。
首先,JupyterLab 2.2.x要求安装NodeJS。
也许你可以试试这个方法:
pip install "jupyter-kite<2.0.0"
jupyter labextension install "@kiteco/jupyterlab-kite"在我看来,pip install jupyter-kite将安装最新版本的jupyter风筝,但是如果用户使用JupyterLab 2.2.x,则jupyter风筝的版本应该小于2.0.0。
代码来自木星-风筝的GitHub页面。
https://stackoverflow.com/questions/64631908
复制相似问题