1st command:
pip install jupyter_contrib_nbextensions
2nd command:
jupyter contrib nbextension install --user
finally in the jupyter server enabable the "Nbextensions -> hintland"
from jedi import settings
settings.case_insensitive_completion = True
Hit the “Tab” key while writing code. You'll get a get pop up menu with suggestions. Hit “Enter” to choose the suggestion.