I notice code autocompletion is not working on my jupyterlab, but it works on my Jupyter Notebook.
Simple code like pd.read_
and press <tab>
but nothing happens on jupyterlab. I expect intellisense pop up and I can choose from list of read_csv
or read_excel
etc.
And, when I type an open bracket (
, the cell doesn't create an autocomplete end bracket )
.
I install Python via https://www.python.org/downloads/ and install on my company Windows laptop.
What could goes wrong? Do I need to install any library?