Search code examples
pythonschedulegoogle-colaboratory

How to constantly run Google Colaboratory at a specific time every day?


I recently have built a Python program that runs on Google Colaboratory that retrieves the data from a site. Since I wanted to create a graph based on data of one month, I want to retrieve the data every day. Is there any way to run this on Google Colab, because my friend would like to fix the code at some time too? If not, is there a way to perform this on Windows 10? Thank you in advance.


Solution

  • Colab doesn't support this currently.

    For Windows 10, I think you're looking for the Task Scheduler.