codota / jupyter-tabnine

Autocompletion with Deep Learning on Jupyter Notebook
MIT License
795 stars 121 forks source link

Tabnine working in notebook but not in lab. #82

Closed flxrcz closed 2 years ago

flxrcz commented 2 years ago

I have set up the scipy-notebook docker container from jupyter and tried to install tabnine. Now tabnine works perfectly if I go to /notebooks/, but when I visit /lab Tabnine doesn't work. I also get an Error "ERROR | No such comm target registered: jupyter.widget.control" in the console where I opened the jupyter server from. I have no idea if this is relevent, but it might be.

Does anybody have any idea what could cause this?

gz#13088

flxrcz commented 2 years ago

I found my mistake, first of all this was the wrong repo since my question was about the lab extension and the error was due to some misconfiguration in my nginx reverse proxy.