I try to run the install command pip install jupyterlab-vim.
Result of executing jupyter labextension list:
messages:
JupyterLab v4.0.2
/opt/conda/share/jupyter/labextensions
jupyterlab_pygments v0.2.2 enabled X (python, jupyterlab_pygments)
@axlair/jupyterlab_vim v0.16.0 enabled X (python, jupyterlab_vim)
The following extensions are outdated:
jupyterlab_pygments
@axlair/jupyterlab_vim
Consider running "jupyter labextension update --all" to check for updates.
picture of messages:
From the result of X, it seems like something went wrong, but I can’t find the more detailed error message.
What I’ve tried:
The most relative source I can find is : How to get Vim editor extension working?, but I don’t think the solution fit for me, because I don’t use any virtual environment.
Once I downgrade jupyterlab to 3.2.4, the command pip install jupyterlab-vim work again.