JupyterLab autocomplete without tab
问题 Pressing tab each time you want to automcomplete seems time-consuming. Ideally, you just type in the first couple of letters and you get a drop down list without pressing tab. In Jupyter notebook, there were some extensions that you could install to get this functionality. https://github.com/ipython-contrib/jupyter_contrib_nbextensions Is it possible to get this on JupyterLab? Thanks 回答1: The jupyterlab-lsp extension offers this as an experimental opt-in feature. It requires JupyterLab 2.2,