1 Running environment
- OS: windows 10
- Use the base virtual environment provided by conda
- jupyterlab: 3.0.14
- jupyterlab-kite: 2.0.2
- jupyterlab-lsp: 1.2.0
2 Problem description
The kite desktop is running, but the kite icon is not displayed in the status bar of the lab. lsp is displayed correctly.
But neither of them work properly, provide code completion.
3 Methods that have been tried
- Remove build_config.json from
Anaconda3\share\jupyter\lab\settings
. - Reinstall jupyterlab, kite, lsp.
jupyter lab clean/build
Thank you for your attention!!