jtpio/jupyterlab-python-file

Is there anyway to do tab completion in this plugin

lord-shaz opened this issue · 3 comments

This is my first time I'm trying to use jupyter lab to create .py file, and I'm sure that I've followed the exact instruction of installation,
however I'm not able to do tab completion. I'm not sure if there any way to do this, could you please help in this.

jtpio commented

@ShehzadaAlam to enable auto completion the file would have to be backed by a kernel.

That means creating a new console from the file:

completion

This should also apply to other languages other than Python.

Yes its working, Thanks @jtpio

jtpio commented

Great! Closing as answered.