11st command:
2pip install jupyter_contrib_nbextensions
32nd command:
4jupyter contrib nbextension install --user
5finally in the jupyter server enabable the "Nbextensions -> hintland"
1Hit the “Tab” key while writing code. You'll get a get pop up menu with suggestions. Hit “Enter” to choose the suggestion.
1pip3 install jupyter-tabnine --user
2jupyter nbextension install --py jupyter_tabnine --user
3jupyter nbextension enable --py jupyter_tabnine --user
4jupyter serverextension enable --py jupyter_tabnine --user
5