nteract/papermill

Improve documentation on execute_notebook

Open

#808 aberto em 16 de out. de 2024

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (402 forks)batch import
docsenhancementhelp wanted

Métricas do repositório

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

Description

Add parameters to execute_notebook

We should add a page that showcase all optional parameters that you can add to the execute_notebook method, I think this are similar to the CLI ones

Motivation

Given this is not a method heavy library I understand we don't have a page documenting which parameters each function has (I don't know if the API even has something else than execute_notebook) however it wasn't clear how to use log-output or other parameters until I found the internal workings of the bin.

Guia do colaborador