Anyone also facing issues with tab completion in Jupyter notebooks? The completions are working fine for me on script files e.g. .py but it does not work in the notebook files. I have tried various settings and even uninstalling any non-essential extensions but it still does not work.
I am using the MacOS version. Please let me know your settings on tab completion if it works in your notebooks. Thanks.
Yes. I am having this issue and seen many reports on Reddit.
There is some format error when sending the context to the language server: exa.language_server_pb.LanguageServerService/HandleStreamingCommand (unknown): unexpected uri format vscode-notebook-cell
If anyone has tab completion working on Jupyter notebook, can you share your setup e.g. extensions used for Jupyter and settings of those extensions?
Hi, have you solved it yet?
Nope. Went back to VS Code with copilot
Yes, I have the same issue in Google antigravity IDE for code autocomplete in Jupyter notebook only, but it works well in other file extensions like .html, .py, .css, etc, I am using windows 11
Hey everyone, I recently dug into why autocomplete fails in Jupyter notebooks, and I’ve made an extension that patches it for .ipynb files: Antigravity Notebook Tab.
It targets the error mentioned in this thread (unexpected uri format vscode-notebook-cell) by making autocomplete requests from .ipynb files look like they come from regular files. Works on double Tab or Shift+Tab.
Sadly I had to put the Antigravity Notebook Tab extension down, the way it works violates Google TOS.
Unless google fixes it, I guess we have to resort to VS code copilot and Cursor for working with python notebooks.
Thanks for trying anyway. I guess Google could integrate your solution if they wanted to and are choosing not to support Jupyter notebooks for some reason.