jupyterlab-contrib / jupyterlab-vim

Vim notebook cell bindings for JupyterLab
https://jupyterlab-contrib.github.io/jupyterlab-vim.html
MIT License
660 stars 43 forks source link

Support for JupyterLab 3.x #125

Closed huweiATgithub closed 8 months ago

huweiATgithub commented 8 months ago

Description

https://github.com/jupyterlab-contrib/jupyterlab-vim/blob/ea557bbe2fd6fd00e8bb8da0356af317080210a6/pyproject.toml#L25 indicates the current version supports only JupyterLab 4.x.

Is 3.x still supported?

firai commented 8 months ago

Hi @huweiATgithub, the last version of the extension that supports JL 3.x is version 0.16.0. You can install that version using pip with pip install jupyterlab-vim==0.16.0.