jwkvam / jupyterlab-vim

:neckbeard: Vim notebook cell bindings for JupyterLab
MIT License
966 stars 73 forks source link

conflict with corrent version #131

Open Shahin-rmz opened 3 years ago

Shahin-rmz commented 3 years ago

Hello I wanted to install the extention for the first time, Juoyterlab is upgraded, but I got the following error:

>=3.0.11 <3.1.0         >=1.0.1 <2.0.0  @jupyterlab/application
>=3.0.9 <3.1.0          >=1.0.1 <2.0.0  @jupyterlab/codemirror
>=3.0.11 <3.1.0         >=1.0.1 <2.0.0  @jupyterlab/notebook
jrwrigh commented 3 years ago

I'm having the same issues, but with slightly different version numbers:

❯ jupyter labextension install jupyterlab_vim
An error occured.
ValueError: The extension "jupyterlab_vim" does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab              Extension       Package
>=3.0.10 <3.1.0         >=1.0.1 <2.0.0  @jupyterlab/application
>=3.0.8 <3.1.0          >=1.0.1 <2.0.0  @jupyterlab/codemirror
>=3.0.10 <3.1.0         >=1.0.1 <2.0.0  @jupyterlab/notebook
jrwrigh commented 3 years ago

Looks like development has moved over to https://github.com/axelfahy/jupyterlab-vim.

@jwkvam , if you could update the repository/README to reflect that, it would be appreciated.

Shahin-rmz commented 3 years ago

@jrwrigh thanks for your comment. I could manage to install the right Extension and it works smoothly.