Skip to content

tab completing matplotlib #4877

Closed
Closed
@moorepants

Description

@moorepants

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions