nteract/papermill Tool

From GM-RKB
Jump to navigation Jump to search

An nteract/papermill Tool is a notebooking tool that ...



References

2023

  • https://github.com/nteract/papermill
    • papermill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks.
    • Papermill lets you:
    • This opens up new opportunities for how notebooks can be used. For example:
      • Perhaps you have a financial report that you wish to run with different values on the first or last day of a month or at the beginning or end of the year, using parameters makes this task easier.
      • Do you want to run a notebook and depending on its results, choose a particular notebook to run next? You can now programmatically execute a workflow without having to copy and paste from notebook to notebook manually.
    • Papermill takes an opinionated approach to notebook parameterization and execution based on our experiences using notebooks at scale in data pipelines.