Tab completion on Jupyter notebooks

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.

3 Likes

Yes. I am having this issue and seen many reports on Reddit.

1 Like

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?