Skip to content

Support auto-completion of Metaflow objects/API in notebooks #1114

Open
@romain-intel

Description

@romain-intel

We could support some form of auto-completion for Metaflow in iPython. Some examples:

def _ipython_key_completions_(self):
    return [s.id for s in self.steps()]

on a run to complete something like my_run['<tab>

Details on the possibilities here: https://ipython.readthedocs.io/en/stable/config/integrating.html#tab-completion

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededupforgrabsA PR for this issue will be most welcomed!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions