-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Binder postBuild missing steps? #153
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
thanks otherwise, the extension tutorial + this cookiecutter made it pretty easy to get my extension up and running! |
Thanks @chrisjsewell for the report. Would you be able to check whether removing the
Looks like this might be related to the recent update of
Maybe the server extension is not correctly activated. This could be checked on Binder by opening a terminal and running: jupyter serverextension list # binder starts a classic notebook server by default for now
jupyter server extension list # just to double check |
This fixed it for me with a client-side only extension that didn't |
The root cause is that BinderHub is not using the new jupyter server logic. So a server extension needs to be made backward compatible to work: see jupyterlab/jupyterlab-git#863 |
Description
It feels like the Binder postBuild is missing a few steps.
For an extension with server, this works to display my extension:
However, there is still a problem for me that POST requests to the server are failing (see below for full output), even though this works fine locally.
Perhaps you know a fix?
Reproduce
See binder link of https://github.com/chrisjsewell/jlab_aiidatree
Expected behavior
The extension is loaded on Binder load
Context
Post request failure:
The text was updated successfully, but these errors were encountered: