jupyterlab-contrib / jupyterlab-vim

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

Update plugin to work with JupyterLab 3.0 #22

Closed zaneselvans closed 3 years ago

zaneselvans commented 3 years ago

Apparently JupyterLab 3.0 has finally shipped! However, the dependencies listed on this plugin prohibit it from being installed, and the extension management system has (again) changed substantially. Hopefully it's not too hard!

ianhi commented 3 years ago

Hi @zaneselvans theres a PR for this here: https://github.com/axelfahy/jupyterlab-vim/pull/19

and while the PR hasn't been merged you can already use this extension with jlab3:

pip install jupyterlab_vim
ianhi commented 3 years ago

You may also be interested in some of the discussion re: a potential move into core jlab that is contained in https://github.com/axelfahy/jupyterlab-vim/issues/14

zaneselvans commented 3 years ago

Ah, great sorry! I searched the issues but not the PRs.

axelfahy commented 3 years ago

The PR has been merged, closing.