altair-viz / jupyterlab_voyager

JupyterLab extension visualize data with Voyager
BSD 3-Clause "New" or "Revised" License
298 stars 35 forks source link

Conflicting Dependencies #33

Open Githeo opened 6 years ago

Githeo commented 6 years ago

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: 
"jupyterlab_voyager@0.1.0" 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

zzhangjii commented 6 years ago

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 .
markusschanta commented 6 years ago

+1

ShiqinHuo commented 5 years ago

@zzhangjii

Error msg shows that

_jupyterlabvoyager is not a valid npm package

Could u help me out, thx in advance!