Netflix/metaflow

Support auto-completion of Metaflow objects/API in notebooks

已关闭

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

 (9 条评论) (2 个反应) (0 位负责人)Python (695 个派生)batch import
enhancementhelp wantedupforgrabs

仓库指标

星标
 (7,202 个星标)
PR 合并指标
 (平均合并 31天 18小时) (30 天内合并 23 个 PR)

描述

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

贡献者指南