Open lzd-1230 opened 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
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.
Please notice me if more information is needed
I run my jupyter lab in docker Here is my dockerfile
requirements.txt
and after the container is running i check the extension list and got right feedback
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.
Please notice me if more information is needed