does tabnine work for jupyter notebook anaconda code example
Example 1: how to install tabnine in jupyter notebook
jupyter nbextension install --py jupyter_tabnine [--user|--sys-prefix|--system]
Example 2: jupyter tabnine for jupyter notebook
RUN jupyter nbextension install --py jupyter_tabnine
RUN jupyter nbextension enable --py jupyter_tabnine
RUN jupyter serverextension enable --py jupyter_tabnine