My solutions for each of the days of advent of code I will default to doing the solutions in R but if I am feeling cheeky I will challenge myself to do them in python or another language. To make a jupyter notebook a python script.
jupyter nbconvert --to script {PATHTOCODE}