altair-viz / jupyterlab_voyager

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

Cannot install the Jupyter Lab extension #62

Closed suvayu closed 5 years ago

suvayu commented 5 years ago

When trying to install, I get this:

$ jupyter labextension install jupyterlab_voyager
[...]
jupyterlab_voyager-0.2.0.tgz

ValueError: This extension does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab              Extension        Package
>=0.19.1 <0.20.0        >=0.16.3 <0.17.0 @jupyterlab/application
>=0.19.1 <0.20.0        >=0.16.4 <0.17.0 @jupyterlab/apputils
>=0.19.1 <0.20.0        >=0.16.3 <0.17.0 @jupyterlab/console
>=0.19.1 <0.20.0        >=0.16.3 <0.17.0 @jupyterlab/filebrowser
>=0.19.1 <0.20.0        0.16.3           @jupyterlab/notebook

While in the requirements file (of the released version, 0.2.0) it says jupyterlab>=0.32.0, so I'm not sure what's wrong here.

laugh12321 commented 5 years ago

I also have this situation.

josemarfdc commented 5 years ago

Is this issue on someone's radar?

saulshanabrook commented 5 years ago

Yeah this is on my radar. It is on my roadmap to bring this repo up to speed with the latest JupyterLab.

Sorry for all the delays here!

saulshanabrook commented 5 years ago

Roadmap being: Sometime in the 1 month - 6 month range.

jredding commented 5 years ago

@saulshanabrook Anything we can do to help you out in bringing this repo up to date? We can spare some cycles if you can provide direction. Thanks for everything you're doing!

saulshanabrook commented 5 years ago

@jredding Yeah that would be great! I will put together some next steps.

We could have a call next week to discuss them in more depth, if that works for you.

I tentatively scheduled one for April 9th @ 2pm. If that doesn't work for you, could you suggest another time that week?

To join the video meeting, click this link: https://meet.google.com/xyt-wkzd-hzq Otherwise, to join by phone, dial +1 513-666-3048 and enter this PIN: 186 948 798#

Anyone else is welcome to come if they would like to listen in or participate.

jredding commented 5 years ago

@saulshanabrook Awesome, thanks for the time! Sounds great. What timezone for a 2pm call? EST? (your profile says you're in Ma.) - if so 2pm would work.

@playermanny2 has this working in a separate repository and I'd love for him to join as well (We work together). https://github.com/altair-viz/jupyterlab_voyager/issues/56#issuecomment-478301028

saulshanabrook commented 5 years ago

That would be great! Yep 2pm EST, forgot to mention that!

jredding commented 5 years ago

@saulshanabrook Great. Looking forward to chatting tomorrow. Thanks for taking the time!

saulshanabrook commented 5 years ago

@jredding @playermanny2 @ellisonbg and I had a productive meeting!

@playermanny2 is working on getting https://github.com/altair-viz/jupyterlab_voyager/pull/64 ready to merge, so that we can have this extension working on the latest version of JupyterLab.

playermanny2 commented 5 years ago

The extension now works with jupyterlab ^0.35.x, considering this closed. Let me know if you have any further issues