kiteco / issue-tracker

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

Cannot get kite engine integrated in jupyter lab #830

Open lzd-1230 opened 2 years ago

lzd-1230 commented 2 years ago

I run my jupyter lab in docker Here is my dockerfile

FROM jupyter/base-notebook

COPY ./requirements.txt ./work/
WORKDIR ./work

RUN pip install -r requirements.txt

requirements.txt

jupyter-kite>=2.0.2
jupyterlab-spellchecker==0.7.

and after the container is running i check the extension list and got right feedback

image

but whatever how manytimes i restart i still can't see the kite engine is there in the status bar,and i can't get automated completion.

image

Please notice me if more information is needed