Every time a new jupyter notebook instance is opened, it requires %config Completer.use_jedi = False
command to be run, before autocomplete functionality starts working.
This is tiring every time, to config use_jedi
to False before coding.
kindly suggest if there is a permanent fix to have autocomplete in juypter notebook.
I launch my jupyterlab from docker and catch this problem. I solved like this:
Content ipython_kernel_config.py:
idea: https://github.com/ipython/ipython/issues/11530