I would like to automate a python notebook to run every hour. I've tried the task scheduler via a .py file and looked at cron job etc but I think I am doing something incorrectly.
What would be the most simple effective way of doing the automation every hour?