William(wenmin) Wu

Results 37 comments of William(wenmin) Wu

@Diyago I guess, maybe you are using IE. IE is not compatible with the completer of jupyter notebook. You can try it on Chrome.

@joehoeller I think I get the problem. Replace ``` RUN jupyter nbextension install --py jupyter_tabnine [--user|--sys-prefix|--system] RUN jupyter nbextension enable --py jupyter_tabnine [--user|--sys-prefix|--system] RUN jupyter serverextension enable --py jupyter_tabnine [--user|--sys-prefix|--system]...

@joehoeller in `RUN`. In Dockerfile `RUN` is for commands that help to build the image while `CMD` is the command which will be executed when you `docker run` the image.

@joehoeller sure, I see. Thanks for using this plugin:)

Hi @alvinjamur, please refer to this doc https://github.com/wenmin-wu/jupyter-tabnine/blob/master/DEBUG.md to give me more information about your problem.

@eyamga Hi eyamga, sorry for this late reply. Please refer to this doc https://github.com/wenmin-wu/jupyter-tabnine/blob/master/DEBUG.md to give me more information about your problem.

Seems you can't collect the server, could you please who me the whole content of `reponseText`?

@paul-harambee @shreyasgm Thanks for your suggestions, I will create a branch and work on support for JupyterLab

Hi @snickell , thanks for your interest, won't be a lot of work. However, jupyterlab use TypeScript instead of JavaScript. I'm not sure whether we can use JavaScript since TypeScript...

Hi @snickell , good to know this, then I think we don't need so much effort to support JupyterLab. Could you please put your demo in a public GitHub repo....