Netflix/metaflow

Support auto-completion of Metaflow objects/API in notebooks

Open

#1,114 创建于 2022年8月18日

在 GitHub 查看
 (9 评论) (2 反应) (0 负责人)Python (7,202 star) (695 fork)batch import
enhancementhelp wantedupforgrabs

描述

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

贡献者指南