You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a notebook with some parameter and a docstring to be shown by --help-notebook:
papermill --help-notebook example.ipynb
Usage: papermill [OPTIONS] NOTEBOOK_PATH [OUTPUT_PATH]
Parameters inferred for notebook 'example.ipynb':
alpha: float (default 0.5) Alpha value
n_jobs: int (default 1) Number of workers to launch
But if the docstring of the parameter contains =, --help-notebook does not show it:
papermill --help-notebook example.ipynb
Usage: papermill [OPTIONS] NOTEBOOK_PATH [OUTPUT_PATH]
Parameters inferred for notebook 'example.ipynb':
alpha: float (default 0.5) Alpha value