nteract/papermill

Support for partial execution

Aberta

#797 aberto em 7 de mai. de 2024

 (0 comentário) (0 reação) (0 responsável)Python (402 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (5.381 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

🚀 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.

Guia do colaborador