-
Originally from https://github.com/jupyterlab/jupyterlab/issues/15196 where it was suggested that this is a better fit for jupyterlab-vim
### Problem
Currently, matching parenthesis …
-
When I install the webio jupyter extension, everything seems to work:
```zsh
$ python3 -m pip install --force webio_jupyter_extension
Collecting webio_jupyter_extension
Using cached webio_jupy…
-
This is such a great app for vim users!
There is one big thing that I still miss a lot : Mark. In vim we can set a mark by typing m and a letter. we can come back to this mark by typing ' and the l…
-
When I opened a plain python file in the JupyterLab, the vim mode doesn't seem to enabled.
Is this expected?
Is there any command/keyboard shortcut that allows me to enter vim mode manually?
-
This issue is meant to track known issues with various well-known sites. Resolution will usually either require contacting the website to help support Codeium by changing their website build, or creat…
-
Hi, I found about jupyterlab recently and because I can't work without vim coding style, I have been trying to install jupyterlab_vim. I am currently using Linux on windows, it is an Ubuntu xenial wit…
-
This only happens with this extension enabled. It works well for jupyterlab==3.0.0, only breaks for >=3.1.
Other extensions installed:
```
JupyterLab v3.1.12
/home/filip/.local/share/jupyter/lab…
filyp updated
3 years ago
-
Hi,
First of all I would like to thank you all for building such a fantastic tool!
Recently I've encountered an issue with the Jupyter Lab extensions, that I could some help with with. Jupyter L…
ghost updated
1 month ago
-
how to leave insert mode use 'jj' rather than '' on jupyterlab-vim editor?
-
### Problem
Extensions may want to activate a widget if it is not active. This is because activating a widget may have side effects. In case of notebooks the side effect of ensuring focus can lead …