Press "Enter" to skip to content

Running Jupyter Notebooks inside a For Loop

John Mount runs a series of notebooks:

In my opinion, a number of “moving data science to production” problems are solved if one could just use a Jupyter notebook inside a for-loop. The wvpy package supplies the tools put Jupyter notebooks inside for-loops using nbconvert capabilities, which I will demonstrate here.

Click through to see how it all works.