Jupyter Lab适配kite填坑
Jupyter Lab适配kite有若干小问题。
#Jupyter Lab安装插件,需要安装npm和nodejs,
pip install npm
conda install -c conda-forge nodejs
#先说结论,最终成功的版本是,Jupyter Lab 3.1.2
pip install jupyterlab==3.1.2
#jupyterlab-kite 2.0.2
pip install "jupyterlab-kite>=2.0.2"
#记得查看,插件是否已经激活,
jupyter serverextension list
#如若未激活,请激活,
jupyter serverextension enable 'jupyter_kite'
#更新后,可能需要刷新,
jupyter lab build
参考链接:
https://cyfeng.science/2021/01/14/advanced-jupyterlab-installation-guide/
https://www.cnblogs.com/feffery/p/13199472.html
https://cloud.tencent.com/developer/article/1668977
https://zhuanlan.zhihu.com/p/101669800
http://www.17bigdata.com/jupyterlab%EF%BC%8C%E6%9E%81%E5%85%B6%E5%BC%BA%E5%A4%A7%E7%9A%84%E4%B8%8B%E4%B8%80%E4%BB%A3notebook%EF%BC%81/