-
Notifications
You must be signed in to change notification settings - Fork 12
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
_load_jupyter_server_extension function was not found #112
Comments
@neelasha23 can you take a look? I remember a similar issue on jupysql's repository but can't remember what the conclusion was |
The jupyter server config files already exist in
If that's not the case please modify the Here is the dependency lock file for your reference: I think this issue is related. You can try downgrading the JupyterLab version also. Please let me know if this doesn't help. More info on your package versions would be helpful |
I suspect this is because you're running jupysql-plugin 0.4.x in Jupyterlab 3.x I checked the source code for jupysql-plugin 0.3.1 and there is a either upgrade jupyterlab or downgrade jupysql-plugin (example: closing, but feel free to re-open if this doesn't fix the issue |
I reproduced the error:
Yields:
I think this is actually a warning: shows in yellow and the extension works (ran the Format SQL button). I now remember we had a user report this problem and the conclusion was the same (it's a warning). possibly due to a breaking change in JupyterLab. Does the extension work for you or is it broken? |
The format SQL button works. Is there any other functionality that I should test? |
No, the plugin has two features: format SQL and notebook sharing, but we're deprecating the latter so there's no point in testing that. |
closing due to inactivity |
I'm not sure what functionality is missing, but I've installed/reinstalled
jupysql
andjupysql_plugin
and still get the following error messages from the output of my terminal runningjupyter lab
.Here's what I see when I run update:
Let me know if I can provide more information to help.
Mac OS Sonoma 14.4.1
The text was updated successfully, but these errors were encountered: