You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried this with a clickhouse as well as a postgres database where both work inside a notebook after using %sql $dbString to connect where dbString is a string in SQL Alchemy format. Using the same dbString, though, does NOT work in the SQL window while I was successfully connecting and querying in a notebook. As mentioned in the title of the issue, there is no error, etc. either in the window or in the terminal where jupyter lab was launched from that indicates what the issue might be.
Below is what I see indefinitely after pressing enter in the field where I entered the database URL:
I followed the instructions while installing in my conda environment. No errors during installation. I restarted jupyter lab after the install as well. Note that I couldn't pip search jupyterlab_sql, but the hyphenated pip search jupyterlab-sql version does show the below installed version.
It may not matter, but I found the below interesting that one config file shows jupyterlab_sql, but another doesn't when cat'ing some of the config files:
See issue #131 for details - Now that the projects have progressed, I got this extension working later in some more current versions including jupyterlab==2.0.0a1. @pbugnion I recommend closing this unless the team is wanting to maintain older version support.
I've tried this with a clickhouse as well as a postgres database where both work inside a notebook after using
%sql $dbString
to connect wheredbString
is a string in SQL Alchemy format. Using the samedbString
, though, does NOT work in the SQL window while I was successfully connecting and querying in a notebook. As mentioned in the title of the issue, there is no error, etc. either in the window or in the terminal where jupyter lab was launched from that indicates what the issue might be.Below is what I see indefinitely after pressing enter in the field where I entered the database URL:

I followed the instructions while installing in my conda environment. No errors during installation. I restarted jupyter lab after the install as well. Note that I couldn't
pip search jupyterlab_sql
, but the hyphenatedpip search jupyterlab-sql
version does show the below installed version.Below are the installed versions:
It may not matter, but I found the below interesting that one config file shows jupyterlab_sql, but another doesn't when cat'ing some of the config files:
vs
The text was updated successfully, but these errors were encountered: