Here you go, the autocompletion will become easier with tabnine!
The commands to be issued in the anaconda prompt are:
pip3 install jupyter-tabnine --user
jupyter nbextension install --py jupyter_tabnine --user
jupyter nbextension enable --py jupyter_tabnine --user
jupyter serverextension enable --py jupyter_tabnine --user