Papermill: Feature Request: Dryrun

Created on 28 Mar 2018  路  3Comments  路  Source: nteract/papermill

It would be handy if we had a dryrun mode which parameterized a notebook and saved it to the output path without actually executing the cells. This would enable preparing notebooks for execution elsewhere or with alternative kernels in an upstream process. Should be relatively simple to add.

Most helpful comment

--prepare or --apply-parameters both sounds reasonable... perhaps --parameterize, --params-only, or --no-execute as some other possibilities

All 3 comments

nitpick: might not call the command-line option --dry-run as I'd expect that to change absolutely nothing on disk, not even write a new notebook. Maybe --prepare or some such?

--apply-parameters?

--prepare or --apply-parameters both sounds reasonable... perhaps --parameterize, --params-only, or --no-execute as some other possibilities

Was this page helpful?
0 / 5 - 0 ratings