-
Notifications
You must be signed in to change notification settings - Fork 312
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
serverapp not defined in extension manager #1134
Comments
The terminals server extension is only compatible with |
Mmmm it's still showing the same error. |
I haven't released a new version of terminals yet |
I tested |
Ah, okay, what does it look like now from the CLI? |
OK I think it's more explicit now:
|
Okay, it seems like the action is to make this cleaner on the |
Description
jupyter server extension list
fails withAttributeError: 'NoneType' object has no attribute 'reraise_server_extension_failures'
when terminals extension is installed injupyter-server<2
.Reproduce
pip install jupyterlab
pip freeze|grep jupyter
shows:pip install jupyter-server==1.23.3
pip freeze|grep jupyter
shows:jupyter server extension list
The text was updated successfully, but these errors were encountered: