I did a clean install of Ubuntu 23 and Jupyter Lab 4.2.0.
Previously when I created a notebook with, say, pd.read_csv()
put my cursor between the brackets and pressed shift+tab a docstring would immediately appear.
Now it doesn’t appear at all.
How do I fix it?
?pd.read_csv
does work, but is extremely inconvenient compared to shift+tab.