altair-viz / jupyterlab_voyager

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

Extension is not working for jupyter lab 0.33.11 #56

Open matheusmota opened 6 years ago

matheusmota commented 6 years ago

Hey guys, any hints on how I can make it work with JupyterLab 0.33.11? My setup is: jupyter --version 4.4.0 jupyter lab --version 0.33.11 jupyterhub --version 0.9.2

BTW, thanks heaps for providing this extension!

Cheers

zzhangjii commented 6 years ago

I just updated my jupyterlab to 0.33, and I will look into it to see I can solve this problem.

zzhangjii commented 6 years ago

Partially fixed now, installation is OK, but some notebook cell related functions are not working, and the toolbar appearance also needs to be fixed.

matheusmota commented 6 years ago

Thanks, @zzhangjii

davidanthoff commented 5 years ago

I'm on jupyterlab 0.34.9, and it doesn't seem to work on that one either. Any chance you could also publish/tag a release, so that I could try the extension without going through the development install story?

Thanks!

davidanthoff commented 5 years ago

Bump :) Same story now with jupyterlab 0.35.

matheusmota commented 5 years ago

Bump as it would be really great to use it on Jupyter Lab

davidanthoff commented 5 years ago

Bump, any hope? It would be really great if this just worked on jupyterlab...

dirkcgrunwald commented 5 years ago

Bump again. I'm just trying the recommended version based off jupyter/minimal-notebook and it fails on the build.

collinwo commented 5 years ago

Bump again. I'm just trying the recommended version based off jupyter/minimal-notebook and it fails on the build.

Me too. Looks not work for 0.34

playermanny2 commented 5 years ago

Hey Guys,

I'm also working on getting this back working with @jredding (created a separate spin-off extension)...made some progress to actually get the build working and showing up in Jupyterlab. It seems like .JSON files are able to be opened, but .CSV is not currently working due to it trying to be parsed as .JSON.

Next Steps are to get .CSV working.

Note: I haven't tested out any of other functionalities like export, etc so this is all just exploration on the fly.

jupyterlab_voyager_working
jredding commented 5 years ago

@playermanny2 - Do you have a separate repo for these upgrades? Is it shareable to demonstrate what those differences are? perhaps a P.R to this repo?

playermanny2 commented 5 years ago

@playermanny2 - Do you have a separate repo for these upgrades? Is it shareable to demonstrate what those differences are? perhaps a P.R to this repo?

@jredding PR #64