Top "Papermill" questions

Papermill is a tool for parameterizing and executing Jupyter Notebooks.

Passing command line arguments to argv in jupyter/ipython notebook

I'm wondering if it's possible to populate sys.argv (or some other structure) with command line arguments in a jupyter/…

python jupyter-notebook command-line-arguments papermill
How to run a Jupyter notebook with Python code automatically on a daily basis?

I have some Python code in a Jupyter notebook and I need to run it automatically every day, so I …

python jupyter-notebook scheduled-tasks papermill