Open
Description
I love the run_notebook option and this is probably the main use-case, but sometimes i'd like to be able (or better have a service to which I don't have direct access to like binder) to start an interactive notebook server but with the parameters predetermined
a la
papermill save --input input.ipynb --parameter a='hello world' --output output.ipynb
jupyter notebook.ipynb
or better
papermill serve input.ipynb --parameter a='hello world'
would others see this as useful as well?