jupyter-tabnine
jupyter-tabnine copied to clipboard
Why? I use nohup to run jupyter in my remote server ,but I can't use tabnine in my local browser
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
(related to Zendesk ticket #16528)
Sorry, I can't read this issue
This is the console info
I guess the remote tabine server does't start
Hi! Did you install the jupyterLab plugin too before? Sometimes both of them together can cause problems.