Closed
Description
Now that there is %matplotlib
magic, I miss being able to tab complete on matplotlib.
In [2]: import matplotlib
In [3]: matplo
%matplotlib matplotlib
In [3]: matplot
%matplotlib matplotlib
In [3]: matplotl
%matplotlib matplotlib
In [3]: matplotli
%matplotlib matplotlib
In [3]: matplotlib
%matplotlib matplotlib
Should magics try to tab complete if you happen to have a variable in the name space that is the same name as a magic?