jupyterlab_voyager icon indicating copy to clipboard operation
jupyterlab_voyager copied to clipboard

Extension is not working for jupyter lab 0.33.11

Open matheusmota opened this issue 5 years ago • 12 comments

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

matheusmota avatar Aug 20 '18 22:08 matheusmota

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

zzhangjii avatar Aug 20 '18 23:08 zzhangjii

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

zzhangjii avatar Sep 11 '18 04:09 zzhangjii

Thanks, @zzhangjii

matheusmota avatar Sep 14 '18 01:09 matheusmota

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 avatar Sep 17 '18 04:09 davidanthoff

Bump :) Same story now with jupyterlab 0.35.

davidanthoff avatar Oct 22 '18 21:10 davidanthoff

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

matheusmota avatar Oct 24 '18 03:10 matheusmota

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

davidanthoff avatar Nov 20 '18 21:11 davidanthoff

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

dirkcgrunwald avatar Jan 02 '19 18:01 dirkcgrunwald

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

collinwo avatar Jan 10 '19 03:01 collinwo

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

playermanny2 avatar Mar 31 '19 00:03 playermanny2

@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 avatar Apr 07 '19 18:04 jredding

@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

playermanny2 avatar Apr 07 '19 18:04 playermanny2