Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tabnine for jupyter

First you have to install jupyter_contrib_nbextensions in Anaconda Prompt:

pip install jupyter_contrib_nbextensions


Then:

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
 
PREVIOUS NEXT
Tagged: #tabnine #jupyter
ADD COMMENT
Topic
Name
9+2 =