No autocomplete in Jupyter Notebook

I cannot get autocomplete in notebook. A survey of the literature suggests disabling jedi in the configuration file. Where is that file stored? Does this approach work and if not what can I do to restore autocomplete.
Regards
Peter

1 Like

Visual Studio Code has a plugin for Python and Notebooks that supports ‘AutoComplete’ - I would suggest that you use that as an editor for notebooks - works great and has a debugger…

1 Like