jupyterlab-contrib / jupyterlab-vim

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

New update note working anymore? #25

Closed davibarreira closed 3 years ago

davibarreira commented 3 years ago

I've updated the package, and it's suddenly not working on JupyterLab 3 anymore. Any ideas why? I mean, Vim mode is just not present anymore.

axelfahy commented 3 years ago

How did you install the package? You may need to start from a new environment.

davibarreira commented 3 years ago

I used the Extensions Manager from Jupyter-Lab. I've tried reinstalling Jupyterlab, and restarting it

axelfahy commented 3 years ago

It is working on my site starting from a new environment (jupyterlab==3.0.6), either with the Extensions Manager or with pip (pip install jupyterlab-vim). Have you tried creating a new environment?

davibarreira commented 3 years ago

Yeah... Well, then it's probably something on my system. Thanks for the answers. I'll try to uninstall (purge) and start again.

davibarreira commented 3 years ago

Uninstall conda and install everything. Now it works... Sorry for opening the issue and thanks for the help!