Netflix/metaflow
Support auto-completion of Metaflow objects/API in notebooks
クローズ
#1,114 opened on 2022/08/18
enhancementhelp wantedupforgrabs
Repository metrics
- Stars
- (7,202 個のスター)
- PR merge metrics
- (平均マージ 31d 18h) (30d で 23 merged PRs)
説明
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