Move code being run on Jupyter notebooks to actual scripts.
- Scripts should only read from config.yml file
- config.yml should have the path information for all the data needed and all parameters
- config.yml should know weather to continue from last stop, or restart it all
Move code being run on Jupyter notebooks to actual scripts.