I would like to get an autocompletion feature in notebooks i.e. when I type something, a dropdown menu appears, with all the possible things I might type, without having to press the tab button. Is there such a thing?
I tried :
%config IPCompleter.greedy=True
but this requires the tab button to be pressed