nteract/papermill

Support for partial execution

開放

#797 建立於 2024年5月7日

 (0 則留言) (0 個反應) (0 位負責人)Python (402 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (5,381 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

🚀 Feature

I do not know of this is already possible somehow.

Is it possible to launch papermill in a way that I can execute a notebook,

  • up to a specified cell
  • setting a range using cell numbers
  • setting a range using Markdown headers

Motivation

I have some notebooks that, even if relatively short, perform operations that might benefit to be split such as defining a list of files to download and actually try to download them. I am trying to avoid having to split the notebooks further.

貢獻者指南