The final code will need to be in python scripts, rather than in a notebook. Therefore, we should convert the code in the notebook to scripts. It may be helpful to do this before anything else, because if we work collaboratively on the notebook then it will be difficult to see what changes have been made (as changes to notebooks are more difficult to review than changes to python script files).
The final code will need to be in python scripts, rather than in a notebook. Therefore, we should convert the code in the notebook to scripts. It may be helpful to do this before anything else, because if we work collaboratively on the notebook then it will be difficult to see what changes have been made (as changes to notebooks are more difficult to review than changes to python script files).