Loading... > 之前配置一直用不了kite的自动补齐,最后发现是版本不对应。 If you're using **JupyterLab 3.0.x**, simply run: ``` pip install "jupyterlab-kite>=2.0.2" ``` If you're using **JupyterLab 2.2.x**, run: ``` pip install "jupyter-kite<2.0.0" jupyter labextension install "@kiteco/jupyterlab-kite" ``` > ⚠️ JupyterLab 2.2.x requires [NodeJS](https://jupyterlab.readthedocs.io/en/stable/user/extensions.html#installing-nodejs) to be installed Last modification:April 21, 2021 © Allow specification reprint Like