Open keepgallop opened 4 years ago
Are you by chance using JupyterLab running in a Docker container? Or do you have multiple kernels installed?
Are you by chance using JupyterLab running in a Docker container? Or do you have multiple kernels installed?
I have tried python virtual environment and install a new jupyter lab there, but still not works. I do have multiple kernels and switch among them, none have Kite.
I'm now having the same issue. I too have multiple Python kernels and none of them are running Kite
Describe the bug No small Kite logo at the bottom left corner of the JupyterLab window after Kite is installed properly. No "Kite:" command in JupyterLab's command palette as well. But
pip list
,jupyter labextension list
and extension manager in jupyterlab window all show that kite is installed well. I tried re-installing for many times but still not work.PS: I installed
jupyter-lsp
before, but have uninstalled it already for kite. But now the auto completion seems still be driven byjupyter-lsp
, see figure 2 below. Thanks.OS: MAC OS Catalina 10.15.5 Kite desktop app: installed (and works well for other editors like VScode) The error you received when trying to install the plugin from the command line: No errors The output of pip list:
The output of jupyter labextension list:
Screenshots If applicable, add screenshots to help explain your problem.