-
Notifications
You must be signed in to change notification settings - Fork 52
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 incompatible with jupyterlab 2.0.1 #131
Comments
@kaissamkari I came here to report the same exact thing! I did some testing that might help you and the contributers that work on a solution... I kept all of your above versions the same and checked to see what versions of jupyterlab were out there on pypi: From there, I stepped back through SOME of the versions to see if I could find a point at which the things did work. I tested versions
This last version I mentioned seemed to build and run just fine. Also, Note, I haven't gone through to test any versions between the last two that I listed to determine at which point the error arises, so there might be a newer version that works. |
UPDATE: the extension with jupyterlab |
Hey guys/gals, Any change this plugin will be updated? I get the
when running |
Seeing the exact same issue, commenting to hop on this train. |
Hi! I'm also seeing the same issue of |
One thing I notice, I'm on Windows 10 and had Anaconda February 2020 version installed. This version has Python 3.7. Unfortunately, I decided to install the latest Anaconda July 2020 version which has Python 3.8. So, I decided to revert back to use "Anaconda3-2020.02-Windows-x86_64.exe". And.... Bingo! At least now I can keep working with my notebooks... again! Hope this helps in any way. |
what a bummer, I just discovered this extension and it doesn't work. |
It looks like @jseabold has done some work on upgrading this tool to JupyterLab 2 that people in this thread might be interested in looking at. I haven't had a chance to look in on it myself, but it might be an option to get this plugin working again. See https://github.com/jseabold/jupyterlab-sql/tree/dev |
@pbugnion is this package still maintained - especially in terms of support of JL 2.x? We were using the package for some time with JL 1.x, but after upgrade to JL 2.2.8 it looks like it's not compatible anymore. Maybe we could consider merging the fork from @jseabold ? I'd appreciate if you could share what are your thoughts on this. Thanks! |
Is this package still been maintained??
List time I had to go back to an older installation of Anaconda to make it work, which I posted in this thread back in August 10, 2020. duplicate issues: #147 |
The alternative could be using magic commands. https://docs.kyso.io/guides/sql-interface-within-jupyterlab Note: if using conda install it definitely works on any exported database of type ".sqlite". Other if use pip install than make sure to install both ipython-sql and jupyterlab_sql packages. Then enabling the server extension and build jupyter lab, as instructed in the blogsite. |
This extension seems to be incompatible with jupyterlab 2.0.1, or with python 3.7.6
Thanks for you support.
The text was updated successfully, but these errors were encountered: