kiteco / issue-tracker

User-reported issues for Kite
https://Kite.com
1.75k stars 136 forks source link

Kite is not showing up in JupyterLab 2.2.9 #500

Open Collin-Li-DataScience opened 3 years ago

Collin-Li-DataScience commented 3 years ago

Required Information To help us triage your issue effectively, please make sure you've completed these steps before opening this issue. Issues with not enough information may be deprioritized or ignored.

Screen Shot 2020-12-03 at 9 47 05 PM

terminal output.txt

environment.txt

Describe the bug A clear description of what the bug is. Include steps to reproduce the bug if necessary. Kite desktop has been downloaded, kite and Jupiterlab is running at the same user on the computer JupterLab is not reporting that it is missing Kite desktop application Everything is enabled However, Kite is not showing up in JupiterLab, from the beginning when I start JupyterLab with kite assistant for the first time I also checked I only have one kernel by running jupyter kernelspec list, which is Python3 Screenshots If applicable, add screenshots to help explain your problem.

Screen Shot 2020-12-03 at 9 38 11 PM

As shown above, Kite is not showing up in the JupterLab

floriandotorg commented 3 years ago

Have the same problem since updating to jupyter 3.0.0rc13. Browser console shows error:

index.es6.js:282 Plugin '@kiteco/jupyterlab-kite:plugin' failed to activate.
(anonymous) @ index.es6.js:282
index.es6.js:283 TypeError: Cannot read property 'composite' of undefined
    at new _ (model.js:72)
    at new Wn (kite_accessible.js:23)
    at Function.Wn.CreateAsync (kite_accessible.js:142)
    at async activate (index.js:52)
    at async Promise.all (index 101)
(anonymous) @ index.es6.js:283
xellosiris commented 3 years ago

same problem here

floriandotorg commented 3 years ago

@edzkite not true, currently Kite is not working in Jupyter Lab 3+. See error above.

edzkite commented 3 years ago

@floriandotorg Could you please create a separate issue, along with the same information that the original author provided? I'm not sure if these are necessarily related, since he's running JupyterLab 2.2.9.

edzkite commented 3 years ago

@Collin-Li-DataScience

Uninstalled core extensions: @kiteco/jupyterlab-kite


Some users do report issues where there are multiple instances or lingering artifacts of an extension present. See https://github.com/kiteco/issue-tracker/issues/506#issuecomment-744635292 for a potential resolution.
Collin-Li-DataScience commented 3 years ago

@edzkite i was running on JupiterLab. I attached the wrong file for terminal report,please ignore that.

edzkite commented 3 years ago

That's fine. It seems like the crux of the issue is that @kiteco/jupyterlab-kite is reported as both enabled and uninstalled. https://discourse.jupyter.org/t/extension-shows-up-as-both-installed-and-uninstalled-and-doesnt-work/2688 seems to suggest that when it's in this state, the extension will act as if it's not installed at all, hence the lack of console output.

Could you please try the suggestion in the thread (removing build_config.json)?