codota / jupyter-tabnine

Autocompletion with Deep Learning on Jupyter Notebook
MIT License
794 stars 121 forks source link

Why? I use nohup to run jupyter in my remote server ,but I can't use tabnine in my local browser #87

Open ZYM66 opened 2 years ago

ZYM66 commented 2 years ago

image The info told me I got the '500 Internal Server Error' and I installed the jupyter-tabine step by step according to 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

bilucodota commented 2 years ago

(related to Zendesk ticket #16528)

ZYM66 commented 2 years ago

image Sorry, I can't read this issue

ZYM66 commented 2 years ago

image This is the console info

ZYM66 commented 2 years ago

I guess the remote tabine server does't start

maya-tabnine commented 2 years ago

Hi! Did you install the jupyterLab plugin too before? Sometimes both of them together can cause problems.