So out of nowhere I seemingly cannot autocomplete methods using . + Tab in Jupyter Notebook.
Currently running Jupyter 6.0.1
I've tried the following with no success:
$ sudo easy_install readline
conda install -c anaconda jedi & updated conda
and the following
pip install pyreadline
thanks!
x=1in the cell, evaluate, then add another line in the cell ofx.<tab>, it will not show anything.