You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small script to install jupyter and jupyterlab into a virtual environment. After installing jupyterlab, I try to install jupytherlab-vim. This worked in the past, but right now I get the following error:
> jupyter labextension install jupyterlab_vim
An error occured.
ValueError: The extension "jupyterlab_vim" does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLab Extension Package
>=2.1.1 <2.2.0 >=1.0.1 <2.0.0 @jupyterlab/application
>=2.1.1 <2.2.0 >=1.0.1 <2.0.0 @jupyterlab/notebook
See the log file for details: /tmp/jupyterlab-debug-o2s9wxtj.log
I install jupyter and jupyterlab via pip inside the virtual environment. Am I doing something wrong? jupyterlab-vim is supposed to support 2.1.1, no?
Sounds like there is active work to support JupyterLab 2.x. It's a fairly new release, so extensions are still working to catch up.
According to #115, until changes are merged, a temporary fix is to install from the forked repository with jupyter labextension install @axlair/jupyterlab_vim
Just for an update. I tested the install of jupyterlab_vim again with current version of jupiter. And it still fails. The only way to install it is via the way mentioned by jmerizia. Therefore it might make sense to document this properly in the READMEs?
I have a small script to install jupyter and jupyterlab into a virtual environment. After installing jupyterlab, I try to install jupytherlab-vim. This worked in the past, but right now I get the following error:
I install jupyter and jupyterlab via pip inside the virtual environment. Am I doing something wrong? jupyterlab-vim is supposed to support 2.1.1, no?
jupyterlab-debug-o2s9wxtj.log
The text was updated successfully, but these errors were encountered: