jupyterlab-contrib / jupyterlab-vim

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

Not working on JupyterLab 2.1.5 #12

Closed osdf closed 4 years ago

osdf commented 4 years ago

Hi, I updated to JupyterLab 2.1.5 (from 2.1.1), and now it seems that this extension no longer works. Any idea of what I may do wrong?

Thanks!

osdf commented 4 years ago

Resolved: The issue was that I uninstalled and reinstalled the extensions using the extension manager. This leads to the problem described in https://github.com/jupyterlab/jupyterlab/issues/8122, with the solution at the end: delete <conda_root>/share/jupyter/lab/settings/build_config.json.

StanczakDominik commented 4 years ago

I can confirm that this fixes my issues as well!