-
Notifications
You must be signed in to change notification settings - Fork 20
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
Completion not working in recent Jupyter Lab and Jupyter Notebook #112
Comments
Interesting. For the bug, perhaps this will address it: 54163f4 since there appears to be duplicate |
applying 54163f4 did not solve the problem in JupyterLab. I started it with |
Oh, I see it is not just binder, but JupyterLab. Yes, I am able to reproduce this. There seems to have been some sort of backwards-incompatible change to the protocol; I don't see any documentation about this here so it may take some investigation to see what has changed. |
Interestingly, this seems specific to JupyterLab -- completions work fine in a regular notebook or a terminal console (and the kernel is sending the same response in all those cases). |
I am using recent JupyterLab/Notebook and can not get the completion get to work. One of the test cases is failing
but appart from that there are no errors I can identify. The Binder demo also has no working TAB completion.
The text was updated successfully, but these errors were encountered: