I prepared a jupyter notebook that is a python template for a report. It displays pandas dataframes and plots some charts. After execution, I want to save it either in html or pdf format. In the first cell I initialize the variable month = 2
.
My question is can I automatically make it run several times for months from collection [1,2,5,6]
and store each execution as a html file?