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

Fix for attempting to update editor when there was none #95

Closed krassowski closed 11 months ago

krassowski commented 11 months ago

Closes #94

This lead to an uncaught exception breaking application of vim dataset flag on notebooks, and thus breaking the Escape and commands in notebooks opened afterwards.

github-actions[bot] commented 11 months ago

Binder :point_left: Launch a Binder on branch krassowski/jupyterlab-vim/fix-notebook-escape-and-commands

ianhi commented 11 months ago

I think the failing build should be fixed by https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/96