-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension is not working for jupyter lab 0.33.11 #56
Comments
I just updated my jupyterlab to 0.33, and I will look into it to see I can solve this problem. |
Partially fixed now, installation is OK, but some notebook cell related functions are not working, and the toolbar appearance also needs to be fixed. |
Thanks, @zzhangjii |
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! |
Bump :) Same story now with jupyterlab 0.35. |
Bump as it would be really great to use it on Jupyter Lab |
Bump, any hope? It would be really great if this just worked on jupyterlab... |
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 |
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. |
@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? |
|
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
The text was updated successfully, but these errors were encountered: