Open alanvaa opened 4 years ago
Kite should start working if you reload the browser. Is that not the case?
Kite should start working if you reload the browser. Is that not the case?
That's not the case. Nothing changes everytime I reload the page.
Kite should start working if you reload the browser. Is that not the case?
That's not the case. Nothing changes everytime I reload the page.
Do you solve the problem now?
I solved the problem. The problem is that I downloaded the kite client to the local computer instead of the server-side Linux. When I downloaded the kite client on the server, the problem was solved。
I installed the Kite extensions with this lines of code in the anaconda prompt:
pip install jupyter-kite jupyter labextension install "@kiteco/jupyterlab-kite"
Everything worked. Then when I started jupyter lab, I notice that under the bottom left corner of the screen there was a Kite logo with the legend: Kite: disconnected (reload page)
Then I looked at the anaconda prompt and see this message:
This is the output of pip list
And this is the output of jupyter labextension list:
I don't know what could be wrong, I hope someone can help me, really appreciate it. Thank you.