I have an Jupyter notebook which generates the plots for some work. I would like to be able to run the notebook as part of a Makefile. So is there a way to instruct Jupyter to
1) Start a K=kernel
2) Open a specific notebook
3) Execute "Run All"
4) Shutdown the kernel
I imagine there will be issues with the security, but I can mark the notebook as trusted?
I have searched for help, but even getting the notebook to automatically Run All seems to be an issue.
For me, this is an important feature since once the exploratory part of work is over (for which the notebook is fantastic) it would be nice to quickly transition to the reproducible part!