Disable Automatic Code Suggestion in Jupyter for magic and path

73 views Asked by At

Whenever I write a code in Jupyter Lab (or Notebook), it prompts annoying suggestions regarding magics and paths, even without pressing TAB. Example:

annoying prompt

This usually happens when the caret hits a closing bracket or parentheses. However I don't have this problem in IPython.

I reverted the Jupyter user configuration changes to default, but the issue persists. Do you have a suggestion on how to solve this problem? IMO reverting to a behavior when suggesting only on TAB hit will be the best. I wonder if it comes from Jupyter config or another LSP like Jedi (LSP is disabled in my experimental config)

Details

Chrome Ubuntu 22.04 jupyterlab 4.0.4

0

There are 0 answers