You can run the same notebook with different data using papermill. Better yet, create a loop through a list of data on your terminal. Now you can do something else while letting the program runs across the different notebook!
In the code below, I created a different output notebook for different data ($value.ipynb). You can alternatively run the same notebook but save the output somewhere else 🙂
This could be helpful when you want to use the same code to visualize different data but doesn’t want to manually rerun the notebook for every data.