nteract/papermill

New union syntax not recognized by papermill

Open

#695 opened on Oct 6, 2022

 (1 comment) (0 reactions) (0 assignees)Python (402 forks)batch import
bughelp wanted

Repository metrics

Stars
 (5,381 stars)
PR merge metrics
 (PR metrics pending)

Description

🐛 Bug

When you use the new union syntax (str | None) papermill does not think that this is a parameter and it does not appear when calling pm.inspect_notebook or when calling papermill --help-notebook

Contributor guide