jupyterlab_voyager icon indicating copy to clipboard operation
jupyterlab_voyager copied to clipboard

Conflicting Dependencies

Open Githeo opened this issue 6 years ago • 3 comments

Hi, I just installed jupyterlab and I wanted to add the voyager extension.

$ jupyter labextension install jupyterlab_voyager
> /usr/local/bin/npm pack jupyterlab_voyager
jupyterlab_voyager-0.1.0.tgz

Errored, use --debug for full output:
ValueError: 
"[email protected]" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab                        Extension          Package
>=1.0.6-0 <2.0.0-0                >=0.3.1-0 <0.4.0-0 @jupyterlab/rendermime-interfaces

My jupyterlab version is: jupyter lab --version 0.31.12

Githeo avatar Mar 21 '18 13:03 Githeo

jupyterlab_voyager is still under developing and we are working on fixing bugs right now, so the npm published version haven't been updated for a while, I suggest do a development installation for now.

clone this repo to local disk then go into the folder

yarn install
jupyter labextension link .

zzhangjii avatar Mar 21 '18 22:03 zzhangjii

+1

markusschanta avatar Apr 30 '18 20:04 markusschanta

@zzhangjii

Error msg shows that

jupyterlab_voyager is not a valid npm package

Could u help me out, thx in advance!

ShiqinHuo avatar Dec 11 '18 11:12 ShiqinHuo