Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels