How transform a time series to pictures?

how do I transform for example a 1000 hours time series with 10 parameters into rolling 100 hours pictures to use in CNN? Every picture shall have 100 h(columns) and 10 parameters(rows) and next picture moves one hour. And so on. To save it as csv- files to put in different folders depending on picture with target or not.

how do I do that from jupyter?